This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 5cf53b55e Fix last_write_time.pass.cpp to work with clang-3.9 and earlier new 94c391796 [libc++] Fix PR34898 - vector iterator constructors and assig [...]
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/deque | 5 +- include/list | 13 +- include/vector | 17 +- .../deque/deque.cons/assign_iter_iter.pass.cpp | 53 +++++- .../sequences/deque/deque.cons/iter_iter.pass.cpp | 51 +++++- .../deque/deque.cons/iter_iter_alloc.pass.cpp | 53 +++++- .../list/list.cons/input_iterator.pass.cpp | 182 ++++++++++++++++++++- .../vector/vector.cons/assign_iter_iter.pass.cpp | 76 +++++++++ .../vector.cons/construct_iter_iter.pass.cpp | 157 ++++++++++++++---- .../vector.cons/construct_iter_iter_alloc.pass.cpp | 160 ++++++++++++++---- test/support/container_test_types.h | 28 +++- test/support/emplace_constructible.h | 74 +++++++++ 12 files changed, 795 insertions(+), 74 deletions(-) create mode 100644 test/std/containers/sequences/vector/vector.cons/assign_iter_it [...] create mode 100644 test/support/emplace_constructible.h