This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from f9aeac6 Mark a couple for basic_string member templates as inline. no [...] new 515ba55 [libcxx] Remove unexpected handlers in C++17
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: docs/UsingLibcxx.rst | 10 ++++++++++ include/__config | 4 ++++ include/exception | 4 ++++ .../enable_removed_cpp17_features.pass.cpp} | 18 ++++++----------- .../exception.unexpected}/get_unexpected.pass.cpp | 3 +++ .../exception.unexpected}/set_unexpected.pass.cpp | 2 ++ .../depr/exception.unexpected}/unexpected.pass.cpp | 6 ++++-- .../unexpected_disabled_cpp17.fail.cpp | 23 ++++++++++++++++++++++ .../set.unexpected/get_unexpected.pass.cpp | 2 ++ .../set.unexpected/set_unexpected.pass.cpp | 2 ++ .../unexpected.handler/unexpected_handler.pass.cpp | 2 ++ .../unexpected/unexpected.pass.cpp | 2 ++ www/cxx1z_status.html | 2 +- 13 files changed, 65 insertions(+), 15 deletions(-) copy test/libcxx/{libcpp_version.pass.cpp => depr/enable_removed_cpp17_features.pa [...] copy test/{std/depr/exception.unexpected/set.unexpected => libcxx/depr/exception.u [...] copy test/{std/depr/exception.unexpected/set.unexpected => libcxx/depr/exception.u [...] copy test/{std/depr/exception.unexpected/unexpected => libcxx/depr/exception.unexp [...] create mode 100644 test/libcxx/depr/exception.unexpected/unexpected_disabled_cpp17 [...]