This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 52f76364d Implement P0340R3: Make 'underlying_type' SFINAE-friendly. Re [...] new 80f67f31b Add new style meta-programming primatives.
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 | 115 ++++++++++++++++----- test/libcxx/utilities/meta/meta_base.pass.cpp | 91 ++++++++++++++++ .../stress_tests/stress_test_metafunctions.sh.cpp | 67 ++++++++++++ 3 files changed, 245 insertions(+), 28 deletions(-) create mode 100644 test/libcxx/utilities/meta/meta_base.pass.cpp create mode 100644 test/libcxx/utilities/meta/stress_tests/stress_test_metafunctio [...]