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
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
..
meta.unary.cat Refactor is_member_function_pointer to use is_function and not __member_function_traits. 11 years ago
meta.unary.comp Get tests running with warnings. Fix warnings in headers and tests 11 years ago
meta.unary.prop Qualify an internal call in is_assignable to prevent ADL lookup, which would 'complete' an type definition unnecessarily. Thanks to Richard Smith for the report. 11 years ago
nothing_to_do.pass.cpp Move test into test/std subdirectory. 11 years ago