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.tag | ||
allocator.traits | ||
allocator.uses | ||
c.malloc | ||
default.allocator | ||
pointer.conversion | ||
pointer.traits | ||
ptr.align | ||
specialized.algorithms | ||
storage.iterator | ||
temporary.buffer | ||
unique.ptr/unique.ptr.special | ||
util.dynamic.safety | ||
util.smartptr |