This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 1e048a3c6 Work around GCC 9.0 regression new d805c8746 [libcxx] Use custom allocator's `construct` in C++03 when available.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/memory | 48 ++++++++++-------- .../vector.cons/construct_iter_iter.pass.cpp | 54 ++++++++++++++++++++ .../vector.cons/construct_iter_iter_alloc.pass.cpp | 57 ++++++++++++++++++++++ .../allocator.traits.members/destroy.pass.cpp | 2 +- test/support/min_allocator.h | 54 ++++++++++++++++++++ 5 files changed, 193 insertions(+), 22 deletions(-) create mode 100644 test/libcxx/containers/sequences/vector/vector.cons/construct_i [...] create mode 100644 test/libcxx/containers/sequences/vector/vector.cons/construct_i [...]