This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 55ff80ec Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LAN [...] new ed67bb60 Replace _LIBCPP_HAS_NO_<C++03 feature> with _LIBCPP_CXX03_LAN [...] new 1cbdb0cb Cleanup one more <forward_list> test
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/forward_list | 127 ++++++++------------- .../forwardlist.cons/assign_init.pass.cpp | 6 +- .../forwardlist.cons/assign_move.pass.cpp | 6 +- .../forwardlist.cons/assign_op_init.pass.cpp | 6 +- .../forwardlist/forwardlist.cons/init.pass.cpp | 6 +- .../forwardlist.cons/init_alloc.pass.cpp | 6 +- .../forwardlist/forwardlist.cons/move.pass.cpp | 6 +- .../forwardlist/forwardlist.cons/size.fail.cpp | 35 ------ .../forwardlist/forwardlist.cons/size.pass.cpp | 5 + .../forwardlist.modifiers/emplace_after.pass.cpp | 6 +- .../insert_after_init.pass.cpp | 6 +- .../forwardlist.modifiers/insert_after_rv.pass.cpp | 6 +- .../forwardlist.modifiers/pop_front.pass.cpp | 6 +- .../forwardlist.modifiers/push_front_rv.pass.cpp | 6 +- 14 files changed, 74 insertions(+), 159 deletions(-) delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.cons/size [...]