This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 3a73f018a Correct ABI list change wrongly advertised as being in the 7. [...] new 71ac96a43 Second half of C++17's splicing maps and sets
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/__hash_table | 255 ++++++++++++++++----- include/__node_handle | 3 - include/__tree | 70 +++++- include/map | 92 ++++++++ include/set | 95 ++++++++ include/unordered_map | 97 ++++++++ include/unordered_set | 97 ++++++++ include/version | 1 + .../associative/map/map.modifiers/merge.pass.cpp | 149 ++++++++++++ .../multimap/multimap.modifiers/merge.pass.cpp | 149 ++++++++++++ .../containers/associative/multiset/merge.pass.cpp | 148 ++++++++++++ test/std/containers/associative/set/merge.pass.cpp | 148 ++++++++++++ .../unord.map/unord.map.modifiers/merge.pass.cpp | 161 +++++++++++++ .../unord.multimap.modifiers/merge.pass.cpp | 161 +++++++++++++ .../containers/unord/unord.multiset/merge.pass.cpp | 158 +++++++++++++ test/std/containers/unord/unord.set/merge.pass.cpp | 158 +++++++++++++ 16 files changed, 1874 insertions(+), 68 deletions(-) create mode 100644 test/std/containers/associative/map/map.modifiers/merge.pass.cpp create mode 100644 test/std/containers/associative/multimap/multimap.modifiers/mer [...] create mode 100644 test/std/containers/associative/multiset/merge.pass.cpp create mode 100644 test/std/containers/associative/set/merge.pass.cpp create mode 100644 test/std/containers/unord/unord.map/unord.map.modifiers/merge.pass.cpp create mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.modifie [...] create mode 100644 test/std/containers/unord/unord.multiset/merge.pass.cpp create mode 100644 test/std/containers/unord/unord.set/merge.pass.cpp