This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 1133de5f1 Fix DLL import/export on Win32 locale helpers new 78f5dc09c [libc++] Implement exception_ptr on Windows
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/exception | 57 ++++++++++++- lib/CMakeLists.txt | 1 + src/exception.cpp | 2 +- src/support/runtime/exception_pointer_msvc.ipp | 94 ++++++++++++++++++++++ .../futures/futures.promise/set_exception.pass.cpp | 4 - .../set_exception_at_thread_exit.pass.cpp | 3 - .../except.nested/assign.pass.cpp | 3 - .../except.nested/ctor_copy.pass.cpp | 3 - .../except.nested/ctor_default.pass.cpp | 3 - .../except.nested/rethrow_if_nested.pass.cpp | 5 +- .../except.nested/rethrow_nested.pass.cpp | 3 - .../except.nested/throw_with_nested.pass.cpp | 3 - .../propagation/current_exception.pass.cpp | 3 +- .../propagation/exception_ptr.pass.cpp | 3 - .../propagation/make_exception_ptr.pass.cpp | 9 ++- .../propagation/rethrow_exception.pass.cpp | 9 ++- 16 files changed, 167 insertions(+), 38 deletions(-) create mode 100644 src/support/runtime/exception_pointer_msvc.ipp