This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 2edb326 Disable warning flags when running .fail.cpp tests. new 3816ef9 Implement P0084r2. Changing emplace return types.
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 | 17 +++++++----- include/forward_list | 7 ++--- include/list | 16 ++++++------ include/queue | 6 ++--- include/stack | 6 ++--- include/vector | 15 ++++++----- .../queue/queue.defn/emplace.pass.cpp | 18 ++++++++----- .../stack/stack.defn/emplace.pass.cpp | 16 +++++++----- .../deque/deque.modifiers/emplace_back.pass.cpp | 16 +++++------- .../deque/deque.modifiers/emplace_front.pass.cpp | 15 +++++------ .../forwardlist.modifiers/emplace_front.pass.cpp | 20 ++++++++------- .../list/list.modifiers/emplace_back.pass.cpp | 20 ++++++++------- .../list/list.modifiers/emplace_front.pass.cpp | 20 ++++++++------- .../sequences/vector.bool/emplace_back.pass.cpp | 29 ++++++++++++++++----- .../vector/vector.modifiers/emplace_back.pass.cpp | 30 +++++++++++----------- www/cxx1z_status.html | 2 +- 16 files changed, 142 insertions(+), 111 deletions(-)