For more information see:
I hope you have as much fun reviewing as I did writing these insane tests!
Paths
| Differential D27612
[libcxx] Fix PR24075, PR23841 - Add scoped_allocator_adaptor::construct(pair<T, U>*, ...) overloads. ClosedPublic Authored by EricWF on Dec 9 2016, 2:21 AM.
Details
Summary For more information see: I hope you have as much fun reviewing as I did writing these insane tests!
Diff Detail Event TimelineComment Actions
Comment Actions Adding @AlisdairM as a reviewer, because nobody knows more about allocators than Alisdair. Comment Actions Accepting for post-commit review.
This revision is now accepted and ready to land.Dec 14 2016, 1:37 PM
Revision Contents
Diff 80890 include/__functional_base
include/scoped_allocator
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
|
FIXME: use initializer list construction in the return type.