This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from e46f68502 [libc++] Take 2: Implement CTAD for map and multimap new b0473a528 [libc++] Recommit r363692 to implement P0608R3
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