Revert "[libc++] Implement P0591R4 (Utility functions to implement uses-allocator...
authorVitaly Buka <vitalybuka@google.com>
Mon, 3 Oct 2022 01:39:11 +0000 (18:39 -0700)
committerVitaly Buka <vitalybuka@google.com>
Mon, 3 Oct 2022 01:40:43 +0000 (18:40 -0700)
commit71410fd2c065aee2b5e79990147dcb725fb6611d
tree0b5545c3802bafd8f923c5aa6a9f2c82b356a73c
parent2dc68b5398258c7a0cf91f10192d058e787afcdf
Revert "[libc++] Implement P0591R4 (Utility functions to implement uses-allocator construction)"

Breaks ubsan tests https://lab.llvm.org/buildbot/#/builders/85/builds/11131

This reverts commit 099384dcea49f5f4b0dc7e615c9845bf9baad4bc.
24 files changed:
libcxx/docs/ReleaseNotes.rst
libcxx/docs/Status/Cxx20.rst
libcxx/docs/Status/Cxx20Issues.csv
libcxx/docs/Status/Cxx20Papers.csv
libcxx/docs/Status/ZipProjects.csv
libcxx/include/CMakeLists.txt
libcxx/include/__memory/uses_allocator_construction.h [deleted file]
libcxx/include/memory
libcxx/include/module.modulemap.in
libcxx/include/scoped_allocator
libcxx/test/libcxx/private_headers.verify.cpp
libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct.pass.cpp
libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair.pass.cpp
libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair_const_lvalue_pair.pass.cpp
libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair_piecewise.pass.cpp
libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair_rvalue.pass.cpp
libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair_values.pass.cpp
libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_type.pass.cpp
libcxx/test/std/utilities/memory/allocator.uses/allocator.uses.construction/common.h [deleted file]
libcxx/test/std/utilities/memory/allocator.uses/allocator.uses.construction/make_obj_using_allocator.pass.cpp [deleted file]
libcxx/test/std/utilities/memory/allocator.uses/allocator.uses.construction/tested_elsewhere.pass.cpp [new file with mode: 0644]
libcxx/test/std/utilities/memory/allocator.uses/allocator.uses.construction/uninitialized_construct_using_allocator.pass.cpp [deleted file]
libcxx/test/std/utilities/memory/allocator.uses/allocator.uses.construction/uses_allocator_construction_args.pass.cpp [deleted file]
libcxx/test/support/MoveOnly.h