forked from OSchip/llvm-project
![]() This implements the part of P0619R4 related to the default allocator. This is incredibly important, since otherwise there is an ABI break between C++17 and C++20 w.r.t. the default allocator's size_type on platforms where std::size_t is not the same as std::make_unsigned<std::ptrdiff_t>. |
||
---|---|---|
.. | ||
allocator.globals | ||
allocator.members | ||
allocator.ctor.pass.cpp | ||
allocator_pointers.pass.cpp | ||
allocator_types.deprecated_in_cxx17.verify.cpp | ||
allocator_types.pass.cpp | ||
allocator_types.removed_in_cxx20.verify.cpp | ||
allocator_void.deprecated_in_cxx17.verify.cpp |