This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 86f93e801 [libc++] Add XFAILs for CTAD tests on older compilers new 6f5ab1448 Add option to disable variant narrowing conversion changes.
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 | 4 ++ .../variant.variant/variant.assign/T.pass.cpp | 5 ++- .../variant.variant/variant.assign/conv.fail.cpp | 52 ---------------------- .../variant.variant/variant.assign/conv.pass.cpp | 43 ++++++++++++++++++ .../variant.variant/variant.ctor/T.pass.cpp | 4 +- .../variant.variant/variant.ctor/conv.fail.cpp | 39 ---------------- .../variant.variant/variant.ctor/conv.pass.cpp | 42 +++++++++++++++++ test/support/variant_test_helpers.hpp | 9 ++++ 8 files changed, 105 insertions(+), 93 deletions(-) delete mode 100644 test/std/utilities/variant/variant.variant/variant.assign/conv. [...] create mode 100644 test/std/utilities/variant/variant.variant/variant.assign/conv. [...] delete mode 100644 test/std/utilities/variant/variant.variant/variant.ctor/conv.fail.cpp create mode 100644 test/std/utilities/variant/variant.variant/variant.ctor/conv.pass.cpp