[libcxx-commits] [PATCH] D122877: [libc++] Implement P0401R6 (allocate_at_least)

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 7 05:42:02 PDT 2022


philnik updated this revision to Diff 421171.
philnik marked 14 inline comments as done.
philnik added a comment.

- Address comments


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122877/new/

https://reviews.llvm.org/D122877

Files:
  libcxx/docs/FeatureTestMacroTable.rst
  libcxx/docs/Status/Cxx2bPapers.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__memory/allocate_at_least.h
  libcxx/include/__memory/allocator.h
  libcxx/include/__split_buffer
  libcxx/include/memory
  libcxx/include/module.modulemap
  libcxx/include/string
  libcxx/include/vector
  libcxx/include/version
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/memory.version.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
  libcxx/test/std/utilities/memory/allocator.traits/allocate_at_least.pass.cpp
  libcxx/test/std/utilities/memory/default.allocator/allocator.members/allocate_at_least.pass.cpp
  libcxx/utils/generate_feature_test_macro_components.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122877.421171.patch
Type: text/x-patch
Size: 29052 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220407/a5b236a0/attachment-0001.bin>


More information about the libcxx-commits mailing list