This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_50 in repository libcxx.
from 290625979 Merging r313776: new 1496b0e71 Merging r312892: new 598ae4fa2 Merging r315994:
The 2 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/functional | 36 ++-- include/list | 13 +- include/type_traits | 7 +- 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 ++++++++++++++---- .../func.wrap.func.con/F_incomplete.pass.cpp | 37 ++++- test/support/container_test_types.h | 28 +++- test/support/emplace_constructible.h | 74 +++++++++ 15 files changed, 849 insertions(+), 100 deletions(-) create mode 100644 test/std/containers/sequences/vector/vector.cons/assign_iter_it [...] create mode 100644 test/support/emplace_constructible.h