Skip to content

Fixed warning in unit tests, modified virtual function access for allocator

Compare
Choose a tag to compare
@jwellbelove jwellbelove released this 02 Mar 14:20
· 782 commits to master since this release

#649 Fixed the false positive 'array-bounds' errors for ETL unit tests.
#652 Fixed false positives 'maybe-uninitialized' errors for ETL unit tests.
Moved virtual functions in etl::fixed_sized_memory_block_allocator from private to protected.