This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 59c47a942 Use rvalue references throughout the is_constructible traits. new 52f76364d Implement P0340R3: Make 'underlying_type' SFINAE-friendly. Re [...]
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/type_traits | 10 ++- .../meta.trans.other/underlying_type.fail.cpp | 38 ++++++++++ .../meta.trans.other/underlying_type.pass.cpp | 88 +++++++++++++++++----- 3 files changed, 115 insertions(+), 21 deletions(-) create mode 100644 test/std/utilities/meta/meta.trans/meta.trans.other/underlying_ [...]