You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/std/utilities/meta
Marshall Clow 52f76364dc Implement P0340R3: Make 'underlying_type' SFINAE-friendly. Reviewed as https://reviews.llvm.org/D63574
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@364094 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
meta.const.eval Add std::is_constant_evaluated. 6 years ago
meta.help Support tests in freestanding 6 years ago
meta.logical Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 6 years ago
meta.rel Get is_convertible tests passing in C++03 (except the fallback). 6 years ago
meta.rqmts Support tests in freestanding 6 years ago
meta.trans Implement P0340R3: Make 'underlying_type' SFINAE-friendly. Reviewed as https://reviews.llvm.org/D63574 6 years ago
meta.type.synop Support tests in freestanding 6 years ago
meta.unary Use rvalue references throughout the is_constructible traits. 6 years ago
meta.unary.prop.query Reworked all the utilities/meta tests to use ASSERT_SAME_TYPE instead of 'static_assert( is_same<'. Much easier to read. I left two tests alone: is_same.pass.cpp, which should call 'is_same' directly, and common_type.pass.cpp, which Eric is working on. NFC intended 6 years ago