This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 45a9570 Remove MSVC workarounds. Patch from STL@microsoft.com new 2c429be Fix various issues in std::any and the related tests.
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/any | 108 +++++++++----------- include/type_traits | 5 + .../any/any.class/any.assign/move.pass.cpp | 16 ++- .../any/any.class/any.assign/value.pass.cpp | 14 ++- .../utilities/any/any.class/any.cons/copy.pass.cpp | 2 +- .../any/any.class/any.cons/in_place_type.pass.cpp | 46 ++++++++- .../utilities/any/any.class/any.cons/move.pass.cpp | 6 +- .../any/any.class/any.cons/value.pass.cpp | 30 +----- .../any/any.class/any.modifiers/emplace.pass.cpp | 11 ++- .../any/any.class/any.modifiers/swap.pass.cpp | 32 ++++++ .../any.cast/any_cast_reference.pass.cpp | 110 +++------------------ .../any.cast/const_correctness.fail.cpp | 12 ++- .../any.cast/not_copy_constructible.fail.cpp | 25 +++-- .../rvalue_any_cast_request_lvalue.fail.cpp | 36 +++++++ .../utilities/any/any.nonmembers/make_any.pass.cpp | 4 +- test/support/any_helpers.h | 61 ------------ test/support/test_macros.h | 2 + 17 files changed, 244 insertions(+), 276 deletions(-) create mode 100644 test/std/utilities/any/any.nonmembers/any.cast/rvalue_any_cast_ [...]