[all-commits] [llvm/llvm-project] 099384: [libc++] Implement P0591R4 (Utility functions to i...
philnik777 via All-commits
all-commits at lists.llvm.org
Sat Oct 1 06:18:23 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 099384dcea49f5f4b0dc7e615c9845bf9baad4bc
https://github.com/llvm/llvm-project/commit/099384dcea49f5f4b0dc7e615c9845bf9baad4bc
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-10-01 (Sat, 01 Oct 2022)
Changed paths:
M libcxx/docs/ReleaseNotes.rst
M libcxx/docs/Status/Cxx20.rst
M libcxx/docs/Status/Cxx20Issues.csv
M libcxx/docs/Status/Cxx20Papers.csv
M libcxx/docs/Status/ZipProjects.csv
M libcxx/include/CMakeLists.txt
A libcxx/include/__memory/uses_allocator_construction.h
M libcxx/include/memory
M libcxx/include/module.modulemap.in
M libcxx/include/scoped_allocator
M libcxx/test/libcxx/private_headers.verify.cpp
M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct.pass.cpp
M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair.pass.cpp
M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair_const_lvalue_pair.pass.cpp
M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair_piecewise.pass.cpp
M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair_rvalue.pass.cpp
M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair_values.pass.cpp
M libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_type.pass.cpp
A libcxx/test/std/utilities/memory/allocator.uses/allocator.uses.construction/common.h
A libcxx/test/std/utilities/memory/allocator.uses/allocator.uses.construction/make_obj_using_allocator.pass.cpp
R libcxx/test/std/utilities/memory/allocator.uses/allocator.uses.construction/tested_elsewhere.pass.cpp
A libcxx/test/std/utilities/memory/allocator.uses/allocator.uses.construction/uninitialized_construct_using_allocator.pass.cpp
A libcxx/test/std/utilities/memory/allocator.uses/allocator.uses.construction/uses_allocator_construction_args.pass.cpp
M libcxx/test/support/MoveOnly.h
Log Message:
-----------
[libc++] Implement P0591R4 (Utility functions to implement uses-allocator construction)
Reviewed By: ldionne, #libc, huixie90
Spies: huixie90, libcxx-commits, mgorny
Differential Revision: https://reviews.llvm.org/D131898
More information about the All-commits
mailing list