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/meta.trans/meta.trans.other
Casey Carter 8df0521f96 [test] two small cleanups:
* Remove unused type from is_assignable.pass.cpp

* Don't specialize `common_type<::X<float>>` in common_type.pass.cpp, which violates the requirements of [meta.trans.other]/5

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@336618 91177308-0d34-0410-b5e6-96231b3b80d8
7 years ago
..
aligned_storage.pass.cpp [test] [NFC] cleanup aligned_storage test 8 years ago
aligned_union.fail.cpp Add a fail test for aligned_union of an incomplete type. See LWG#2979. NFC 8 years ago
aligned_union.pass.cpp Implement LWG3034: P0767R1 breaks previously-standard-layout types 8 years ago
common_type.pass.cpp [test] two small cleanups: 7 years ago
conditional.pass.cpp [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 9 years ago
decay.pass.cpp [libcxx] [test] Untabify, NFC. 8 years ago
enable_if.fail.cpp Move test into test/std subdirectory. 11 years ago
enable_if.pass.cpp [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 9 years ago
enable_if2.fail.cpp [libcxx] Improve tests to use the UNSUPPORTED lit directive 10 years ago
remove_cvref.pass.cpp [libcxx] [test] Fix whitespace, NFC. 8 years ago
result_of.pass.cpp Fix PR37407 - callable traits don't correctly check complete types. 8 years ago
result_of11.pass.cpp Fix failing test due to incorrect use of noexcept 8 years ago
underlying_type.pass.cpp [libcxx] [test] Avoid MSVC's non-Standard ABI in underlying_type.pass.cpp. 9 years ago