[libcxx-commits] [PATCH] D58879: Implement uses-allocator (P0591R4)
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat May 4 17:22:33 PDT 2019
zoecarver updated this revision to Diff 198151.
zoecarver added a comment.
- Finishes implementing the paper (remove `scoped_allocator::construct`)
- Updates and adds tests
I think P0475R1 <https://wg21.link/P0475R1> can also be marked complete because the code it refers to has been removed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58879/new/
https://reviews.llvm.org/D58879
Files:
include/memory
include/scoped_allocator
include/tuple
test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair.pass.cpp
test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair_const_lvalue_pair.pass.cpp
test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair_piecewise.pass.cpp
test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair_rvalue.pass.cpp
test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair_values.pass.cpp
test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_type.pass.cpp
test/std/utilities/memory/allocator.uses/allocator.uses.construction/uses_allocator_construction_args.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58879.198151.patch
Type: text/x-patch
Size: 46269 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190505/aa357120/attachment-0001.bin>
More information about the libcxx-commits
mailing list