Skip to content

Allow amc::vector to accept incomplete types

Compare
Choose a tag to compare
@sjanel sjanel released this 01 Sep 21:17
· 32 commits to main since this release

Allow definition of amc::vector with incomplete types.

Complete types are still required for amc::SmallVector and amc::FixedCapacityVector for several reasons, the first one being the size of the type for inline slots.

More information here