This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 5f9e5208e [NFC] Assign a couple of LWG issues to myself new 11aae354b [libc++] Revert the addition of map/multimap CTAD
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/iterator | 16 --- include/map | 57 +-------- .../associative/map/map.cons/deduct.fail.cpp | 107 ---------------- .../associative/map/map.cons/deduct.pass.cpp | 137 --------------------- .../associative/map/map.cons/deduct_const.pass.cpp | 107 ---------------- .../multimap/multimap.cons/deduct.fail.cpp | 107 ---------------- .../multimap/multimap.cons/deduct.pass.cpp | 137 --------------------- .../multimap/multimap.cons/deduct_const.pass.cpp | 107 ---------------- .../meta/meta.rel/is_base_of_union.pass.cpp | 3 +- 9 files changed, 3 insertions(+), 775 deletions(-) delete mode 100644 test/std/containers/associative/map/map.cons/deduct.fail.cpp delete mode 100644 test/std/containers/associative/map/map.cons/deduct.pass.cpp delete mode 100644 test/std/containers/associative/map/map.cons/deduct_const.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.cons/deduct.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.cons/deduct_c [...]