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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/std/utilities/meta/meta.unary/meta.unary.cat
Eric Fiselier b62bdff2b5 Make rvalue metaprogramming traits work in C++03.
The next step is to get move and forward working in C++03.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@364053 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
array.pass.cpp Support tests in freestanding 6 years ago
class.pass.cpp Support tests in freestanding 6 years ago
enum.pass.cpp Support tests in freestanding 6 years ago
floating_point.pass.cpp Support tests in freestanding 6 years ago
function.pass.cpp Support tests in freestanding 6 years ago
integral.pass.cpp Support tests in freestanding 6 years ago
is_array.pass.cpp Support tests in freestanding 6 years ago
is_class.pass.cpp Support tests in freestanding 6 years ago
is_enum.pass.cpp Support tests in freestanding 6 years ago
is_floating_point.pass.cpp Support tests in freestanding 6 years ago
is_function.pass.cpp Support tests in freestanding 6 years ago
is_integral.pass.cpp Support tests in freestanding 6 years ago
is_lvalue_reference.pass.cpp Make rvalue metaprogramming traits work in C++03. 6 years ago
is_member_object_pointer.pass.cpp Support tests in freestanding 6 years ago
is_member_pointer.pass.cpp Support tests in freestanding 6 years ago
is_null_pointer.pass.cpp Support tests in freestanding 6 years ago
is_pointer.pass.cpp Support tests in freestanding 6 years ago
is_rvalue_reference.pass.cpp Make rvalue metaprogramming traits work in C++03. 6 years ago
is_union.pass.cpp Support tests in freestanding 6 years ago
is_void.pass.cpp Support tests in freestanding 6 years ago
lvalue_ref.pass.cpp Support tests in freestanding 6 years ago
member_function_pointer.pass.cpp Support tests in freestanding 6 years ago
member_function_pointer_no_variadics.pass.cpp Support tests in freestanding 6 years ago
member_object_pointer.pass.cpp Support tests in freestanding 6 years ago
nullptr.pass.cpp Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 6 years ago
pointer.pass.cpp Support tests in freestanding 6 years ago
rvalue_ref.pass.cpp Make rvalue metaprogramming traits work in C++03. 6 years ago
union.pass.cpp Support tests in freestanding 6 years ago
void.pass.cpp Support tests in freestanding 6 years ago