This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from b4d17ad Remove auto_ptr in C++17. Get it back by defining _LIBCPP_ENA [...] new 4e42dc9 Change the return type of emplace_[front|back] back to void w [...]
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 | 23 ++++++++++++++-- include/forward_list | 12 +++++++- include/list | 28 +++++++++++++++++-- include/queue | 7 ++++- include/stack | 7 ++++- include/vector | 23 ++++++++++++++-- .../queue/queue.defn/emplace.pass.cpp | 14 ++++++++-- .../stack/stack.defn/emplace.pass.cpp | 9 ++++++ .../deque/deque.modifiers/emplace_back.pass.cpp | 9 +++++- .../deque/deque.modifiers/emplace_front.pass.cpp | 21 +++++++++++++- .../forwardlist.modifiers/emplace_front.pass.cpp | 19 +++++++++++++ .../list/list.modifiers/emplace_back.pass.cpp | 20 ++++++++++++++ .../list/list.modifiers/emplace_front.pass.cpp | 20 ++++++++++++++ .../sequences/vector.bool/emplace_back.pass.cpp | 30 ++++++++++++++++---- .../vector/vector.modifiers/emplace_back.pass.cpp | 32 ++++++++++++++++++++++ www/cxx1z_status.html | 4 +-- 16 files changed, 256 insertions(+), 22 deletions(-)