mirror of https://github.com/llvm-mirror/libcxx
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.
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 | 11 years ago | |
| class.pass.cpp | 11 years ago | |
| enum.pass.cpp | 11 years ago | |
| floating_point.pass.cpp | 11 years ago | |
| function.pass.cpp | 11 years ago | |
| integral.pass.cpp | 11 years ago | |
| lvalue_ref.pass.cpp | 11 years ago | |
| member_function_pointer.pass.cpp | 11 years ago | |
| member_function_pointer_no_variadics.pass.cpp | 11 years ago | |
| member_object_pointer.pass.cpp | 11 years ago | |
| nullptr.pass.cpp | 11 years ago | |
| pointer.pass.cpp | 11 years ago | |
| rvalue_ref.pass.cpp | 11 years ago | |
| union.pass.cpp | 11 years ago | |
| void.pass.cpp | 11 years ago | |