You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before waiting for completion of C++20 support of constexpr memory allocation, we can improve FixedCapacityVector in order to make it 100 % compatible with constexpr as it does not allocate memory.
The text was updated successfully, but these errors were encountered:
Before waiting for completion of C++20 support of constexpr memory allocation, we can improve
FixedCapacityVector
in order to make it 100 % compatible with constexpr as it does not allocate memory.The text was updated successfully, but these errors were encountered: