cxx/test/utilities/meta/meta.unary/meta.unary.prop
2010-09-08 17:55:32 +00:00
..
alignment_of.pass.cpp Fixing whitespace problems 2010-08-22 00:59:46 +00:00
extent.pass.cpp Fixing whitespace problems 2010-08-22 00:59:46 +00:00
has_copy_assign.pass.cpp Hooked the following up to clang: is_class, is_enum, has_nothrow_copy_assign, has_trivial_destructor, has_virtual_destructor, is_pod. Implemented has_copy_assign. 2010-09-08 17:55:32 +00:00
has_copy_constructor.pass.cpp Made a stab at has_copy_constructor. Got it mostly working for g++-4.0, but only works for scalar types on clang. Ultimately this needs a compiler-supported is_constructible which clang is missing, and won't be able to use until it gets variadic templates. 2010-09-07 23:11:28 +00:00
has_default_constructor.pass.cpp Made a stab at has_default_constructor. Got it mostly working for g++-4.0, but only works for scalar types on clang. Ultimately this needs a compiler-supported is_constructible which clang is missing, and won't be able to use until it gets variadic templates. 2010-09-07 17:47:31 +00:00
has_move_assign.pass.cpp Wiped out some non-ascii characters that snuck into the copyright. 2010-05-11 21:36:01 +00:00
has_move_constructor.pass.cpp Wiped out some non-ascii characters that snuck into the copyright. 2010-05-11 21:36:01 +00:00
has_nothrow_copy_assign.pass.cpp has_nothrow_copy_assign hooked up to clang 2010-09-08 16:39:18 +00:00
has_nothrow_copy_constructor.pass.cpp Made a stab at has_copy_constructor. Got it mostly working for g++-4.0, but only works for scalar types on clang. Ultimately this needs a compiler-supported is_constructible which clang is missing, and won't be able to use until it gets variadic templates. 2010-09-07 23:11:28 +00:00
has_nothrow_default_constructor.pass.cpp Made a stab at has_default_constructor. Got it mostly working for g++-4.0, but only works for scalar types on clang. Ultimately this needs a compiler-supported is_constructible which clang is missing, and won't be able to use until it gets variadic templates. 2010-09-07 17:47:31 +00:00
has_nothrow_move_assign.pass.cpp Wiped out some non-ascii characters that snuck into the copyright. 2010-05-11 21:36:01 +00:00
has_nothrow_move_constructor.pass.cpp Wiped out some non-ascii characters that snuck into the copyright. 2010-05-11 21:36:01 +00:00
has_trivial_copy_assign.pass.cpp has_trivial_copy_assign hooked up to clang (without workarounds). Filed http://llvm.org/bugs/show_bug.cgi?id=8109 to take care of several types which don't work yet. If there is some reason we don't want to handle these types in the compiler, I can handle most of them in the library. 2010-09-07 23:38:59 +00:00
has_trivial_copy_constructor.pass.cpp has_trivial_copy_constructor hooked up to clang. Filed http://llvm.org/bugs/show_bug.cgi?id=8105 to take care of void, arrays of incomplete bounds and complete bounds which don't work yet. If there is some reason we don't want to handle these types in the compiler, I can handle them in the library. 2010-09-07 20:31:18 +00:00
has_trivial_default_constructor.pass.cpp has_trivial_default_constructor hooked up to clang. Filed http://llvm.org/bugs/show_bug.cgi?id=8097 to take care of void and arrays of incomplete types which don't work yet. If there is some reasons we don't want to handle these types in the compiler, I can handle them in the library. 2010-09-07 15:53:26 +00:00
has_trivial_destructor.pass.cpp Fixing whitespace problems 2010-08-22 00:59:46 +00:00
has_trivial_move_assign.pass.cpp Wiped out some non-ascii characters that snuck into the copyright. 2010-05-11 21:36:01 +00:00
has_trivial_move_constructor.pass.cpp Wiped out some non-ascii characters that snuck into the copyright. 2010-05-11 21:36:01 +00:00
has_virtual_destructor.pass.cpp Fixing whitespace problems 2010-08-22 00:59:46 +00:00
is_abstract.pass.cpp Fixing whitespace problems 2010-08-22 00:59:46 +00:00
is_const.pass.cpp Fixing whitespace problems 2010-08-22 00:59:46 +00:00
is_constructible.pass.cpp Fixing whitespace problems 2010-08-22 00:59:46 +00:00
is_empty.pass.cpp Fixing whitespace problems 2010-08-22 00:59:46 +00:00
is_literal_type.pass.cpp Fixing whitespace problems 2010-08-22 00:59:46 +00:00
is_nothrow_constructible.pass.cpp Fixing whitespace problems 2010-08-22 00:59:46 +00:00
is_pod.pass.cpp Fixing whitespace problems 2010-08-22 00:59:46 +00:00
is_polymorphic.pass.cpp Fixing whitespace problems 2010-08-22 00:59:46 +00:00
is_signed.pass.cpp Fixing whitespace problems 2010-08-22 00:59:46 +00:00
is_standard_layout.pass.cpp Fixing whitespace problems 2010-08-22 00:59:46 +00:00
is_trivial.pass.cpp Fixing whitespace problems 2010-08-22 00:59:46 +00:00
is_trivialially_copyable.pass.cpp Fixing whitespace problems 2010-08-22 00:59:46 +00:00
is_unsigned.pass.cpp Fixing whitespace problems 2010-08-22 00:59:46 +00:00
is_volatile.pass.cpp Fixing whitespace problems 2010-08-22 00:59:46 +00:00
rank.pass.cpp Fixing whitespace problems 2010-08-22 00:59:46 +00:00