Changeset df2e00f for libcfa


Ignore:
Timestamp:
Aug 20, 2024, 2:24:21 PM (4 days ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
790f251
Parents:
3ac5fd8
Message:

Made heap pass the invariant check. We should be able to enable invariants on the standard library. Also added the reproductions for new trac trickets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/heap.cfa

    r3ac5fd8 rdf2e00f  
    354354};
    355355
    356 static_assert( NoBucketSizes == sizeof(bucketSizes) / sizeof(bucketSizes[0] ), "size of bucket array wrong" );
     356static_assert( sizeof(bucketSizes) == NoBucketSizes * sizeof(unsigned int), "size of bucket array wrong" );
    357357
    358358
Note: See TracChangeset for help on using the changeset viewer.