This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from a3de1e06 Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::set and std:: [...] new ce924dce Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in std::map and [...] new 7162dceb Cleanup _LIBCPP_HAS_NO_<c++11-feature> macro uses in std::stack.
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/map | 95 +++++++++------------- include/stack | 33 ++++---- .../map/map.access/index_tuple.pass.cpp | 6 +- .../map/map.cons/assign_initializer_list.pass.cpp | 6 +- .../map/map.cons/initializer_list.pass.cpp | 6 +- .../map/map.cons/initializer_list_compare.pass.cpp | 6 +- .../initializer_list_compare_alloc.pass.cpp | 8 +- .../associative/map/map.cons/move.pass.cpp | 6 +- .../associative/map/map.cons/move_alloc.pass.cpp | 6 +- .../associative/map/map.cons/move_assign.pass.cpp | 6 +- .../associative/map/map.modifiers/emplace.pass.cpp | 6 +- .../map/map.modifiers/emplace_hint.pass.cpp | 6 +- .../map.modifiers/insert_initializer_list.pass.cpp | 6 +- .../multimap.cons/assign_initializer_list.pass.cpp | 6 +- .../multimap.cons/initializer_list.pass.cpp | 6 +- .../initializer_list_compare.pass.cpp | 6 +- .../initializer_list_compare_alloc.pass.cpp | 8 +- .../multimap/multimap.cons/move.pass.cpp | 6 +- .../multimap/multimap.cons/move_alloc.pass.cpp | 6 +- .../multimap/multimap.cons/move_assign.pass.cpp | 6 +- .../multimap/multimap.modifiers/emplace.pass.cpp | 6 +- .../multimap.modifiers/emplace_hint.pass.cpp | 6 +- .../insert_initializer_list.pass.cpp | 6 +- .../stack/stack.cons.alloc/ctor_alloc.pass.cpp | 5 +- .../stack.cons.alloc/ctor_container_alloc.pass.cpp | 5 +- .../ctor_rcontainer_alloc.pass.cpp | 6 +- .../stack.cons.alloc/ctor_rqueue_alloc.pass.cpp | 6 +- .../stack/stack.cons/ctor_move.pass.cpp | 6 +- .../stack/stack.cons/ctor_rcontainer.pass.cpp | 6 +- .../stack/stack.cons/default_noexcept.pass.cpp | 4 +- .../stack/stack.cons/move_noexcept.pass.cpp | 4 +- .../stack/stack.defn/assign_move.pass.cpp | 6 +- .../stack/stack.defn/push_rv.pass.cpp | 4 +- 33 files changed, 117 insertions(+), 193 deletions(-)