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.
libcxx/test/std/utilities/meta/meta.trans/meta.trans.other
Eric Fiselier 4983580dc5 Cleanup result_of tests and fix issues with the C++03 result_of.
The two main fixes this patch contains are:
- use __identity_t instead of common_type. common_type was used as an
  identity metafunction but the decay resulted in incorrect results.
- Pointers to free functions were not counted as functions. Remove the pointer
  before checking if a type is a function.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@239668 91177308-0d34-0410-b5e6-96231b3b80d8
11 years ago
..
aligned_storage.pass.cpp Move test into test/std subdirectory. 11 years ago
aligned_union.pass.cpp Move test into test/std subdirectory. 11 years ago
common_type.pass.cpp Move test into test/std subdirectory. 11 years ago
conditional.pass.cpp Move test into test/std subdirectory. 11 years ago
decay.pass.cpp Move test into test/std subdirectory. 11 years ago
enable_if.fail.cpp Move test into test/std subdirectory. 11 years ago
enable_if.pass.cpp Move test into test/std subdirectory. 11 years ago
enable_if2.fail.cpp Move test into test/std subdirectory. 11 years ago
result_of.pass.cpp Cleanup result_of tests and fix issues with the C++03 result_of. 11 years ago
result_of11.pass.cpp Cleanup result_of tests and fix issues with the C++03 result_of. 11 years ago
underlying_type.pass.cpp Move test into test/std subdirectory. 11 years ago