This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 8ea6252ce [libc++] Re-apply XFAIL to is_base_of test that was inadverte [...] new f8f62ac93 [libc++] Implement P0608R3 - A sane variant converting constructor
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/variant | 32 +++++++++++- .../variant.variant/variant.assign/T.pass.cpp | 59 ++++++++++++++++++++- .../variant.variant/variant.assign/conv.fail.cpp | 52 +++++++++++++++++++ .../variant.variant/variant.ctor/T.pass.cpp | 60 +++++++++++++++++++++- .../variant.variant/variant.ctor/conv.fail.cpp | 39 ++++++++++++++ www/cxx2a_status.html | 2 +- 6 files changed, 238 insertions(+), 6 deletions(-) create mode 100644 test/std/utilities/variant/variant.variant/variant.assign/conv. [...] create mode 100644 test/std/utilities/variant/variant.variant/variant.ctor/conv.fail.cpp