[all-commits] [llvm/llvm-project] a96443: [libc++] Implement P0401R6 (allocate_at_least)
philnik777 via All-commits
all-commits at lists.llvm.org
Sat Apr 9 07:04:10 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a96443eddedc250188b5e5f2b74ae1cf2baf1472
https://github.com/llvm/llvm-project/commit/a96443eddedc250188b5e5f2b74ae1cf2baf1472
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-04-09 (Sat, 09 Apr 2022)
Changed paths:
M libcxx/docs/FeatureTestMacroTable.rst
M libcxx/docs/Status/Cxx2bPapers.csv
M libcxx/include/CMakeLists.txt
A libcxx/include/__memory/allocate_at_least.h
M libcxx/include/__memory/allocator.h
M libcxx/include/__split_buffer
M libcxx/include/memory
M libcxx/include/module.modulemap
M libcxx/include/string
M libcxx/include/vector
M libcxx/include/version
M libcxx/test/libcxx/private_headers.verify.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/memory.version.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
A libcxx/test/std/utilities/memory/allocator.traits/allocate_at_least.pass.cpp
A libcxx/test/std/utilities/memory/default.allocator/allocator.members/allocate_at_least.pass.cpp
M libcxx/utils/generate_feature_test_macro_components.py
Log Message:
-----------
[libc++] Implement P0401R6 (allocate_at_least)
Reviewed By: ldionne, var-const, #libc
Spies: mgorny, libcxx-commits, arichardson
Differential Revision: https://reviews.llvm.org/D122877
More information about the All-commits
mailing list