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.unary/meta.unary.cat
Eric Fiselier 724b5ab350 Refactor is_member_function_pointer to use is_function and not __member_function_traits.
Replacing the dependancy on __member_function_traits with is_function allows
is_member_function_pointer to work more often. In particular it allows it to
work when we don't have variadic templates but the function has an arity > 3.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@239649 91177308-0d34-0410-b5e6-96231b3b80d8
11 years ago
..
array.pass.cpp Move test into test/std subdirectory. 11 years ago
class.pass.cpp Get tests running with warnings. Fix warnings in headers and tests 11 years ago
enum.pass.cpp Move test into test/std subdirectory. 11 years ago
floating_point.pass.cpp Move test into test/std subdirectory. 11 years ago
function.pass.cpp [libc++] Fix PR20084 - std::is_function<void() const> failed. 11 years ago
integral.pass.cpp Move test into test/std subdirectory. 11 years ago
lvalue_ref.pass.cpp Move test into test/std subdirectory. 11 years ago
member_function_pointer.pass.cpp Refactor is_member_function_pointer to use is_function and not __member_function_traits. 11 years ago
member_function_pointer_no_variadics.pass.cpp Move test into test/std subdirectory. 11 years ago
member_object_pointer.pass.cpp Move test into test/std subdirectory. 11 years ago
nullptr.pass.cpp Move test into test/std subdirectory. 11 years ago
pointer.pass.cpp Move test into test/std subdirectory. 11 years ago
rvalue_ref.pass.cpp Move test into test/std subdirectory. 11 years ago
union.pass.cpp Move test into test/std subdirectory. 11 years ago
void.pass.cpp Move test into test/std subdirectory. 11 years ago