llvm-project/libcxx/test/std/utilities/meta/meta.unary
Eric Fiselier 8aba6a6db4 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.

llvm-svn: 239649
2015-06-13 00:33:13 +00:00
..
meta.unary.cat Refactor is_member_function_pointer to use is_function and not __member_function_traits. 2015-06-13 00:33:13 +00:00
meta.unary.comp Get tests running with warnings. Fix warnings in headers and tests 2015-02-05 20:28:37 +00:00
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. 2015-04-14 13:53:53 +00:00
nothing_to_do.pass.cpp