This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_40 in repository libcxx.
from f629b2c Merge r292822 - Fixed a typo in __config that prevented the a [...] new 31e263f Merging r292990: -------------------------------------------- [...] new b53ec89 Merging r293154: -------------------------------------------- [...]
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/__config | 9 ------ include/__string | 12 ++++---- 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 +-- 18 files changed, 263 insertions(+), 36 deletions(-)