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
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
..
meta.hel Add support for N4389 - std::bool_constant 11 years ago
meta.rel [libcxx] Fix PR22771 - Support access control SFINAE in the library version of is_convertible. 11 years ago
meta.rqmts Move test into test/std subdirectory. 11 years ago
meta.trans Cleanup result_of tests and fix issues with the C++03 result_of. 11 years ago
meta.type.synop Move test into test/std subdirectory. 11 years ago
meta.unary Refactor is_member_function_pointer to use is_function and not __member_function_traits. 11 years ago
meta.unary.prop.query Removed some tabs that snuck into the test suite. No functionality change 11 years ago
version.pass.cpp Move test into test/std subdirectory. 11 years ago