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/meta.unary.prop
Marshall Clow 3f5435853f Add tests for the meta.unary.props that do not require a complete type. This is part of LWG#2582
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@275184 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
has_virtual_destructor.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 10 years ago
is_abstract.pass.cpp Implement the first part of P0006R0: Adopt Type Traits Variable Templates for C++17. Significantly augment the existing tests. 10 years ago
is_assignable.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 10 years ago
is_const.pass.cpp Add tests for the meta.unary.props that do not require a complete type. This is part of LWG#2582 9 years ago
is_constructible.pass.cpp Fix typo in #ifdef; leave tests commented out b/c gcc 4.8 harks on them. 9 years ago
is_copy_assignable.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 10 years ago
is_copy_constructible.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 10 years ago
is_default_constructible.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 10 years ago
is_destructible.pass.cpp Fix warnings in tests. 10 years ago
is_empty.pass.cpp Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 10 years ago
is_final.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 10 years ago
is_literal_type.pass.cpp Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 10 years ago
is_move_assignable.pass.cpp Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 10 years ago
is_move_constructible.pass.cpp Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 10 years ago
is_nothrow_assignable.pass.cpp Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 10 years ago
is_nothrow_constructible.pass.cpp Remove trailing whitespace in test suite. Approved by Marshall Clow. 10 years ago
is_nothrow_copy_assignable.pass.cpp Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 10 years ago
is_nothrow_copy_constructible.pass.cpp Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 10 years ago
is_nothrow_default_constructible.pass.cpp Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 10 years ago
is_nothrow_destructible.pass.cpp Fix warnings in tests. 10 years ago
is_nothrow_move_assignable.pass.cpp Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 10 years ago
is_nothrow_move_constructible.pass.cpp Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 10 years ago
is_nothrow_swappable.pass.cpp Don't use C++17 terse static assert. Patch from STL@microsoft.com 10 years ago
is_nothrow_swappable_with.pass.cpp Fix comment typos, strip trailing whitespace. Patch from STL@microsoft.com 10 years ago
is_pod.pass.cpp Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 10 years ago
is_polymorphic.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 10 years ago
is_signed.pass.cpp Add tests for the meta.unary.props that do not require a complete type. This is part of LWG#2582 9 years ago
is_standard_layout.pass.cpp Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 10 years ago
is_swappable.pass.cpp Allow is_swappable to SFINAE on deleted/ambiguous swap functions 9 years ago
is_swappable_include_order.pass.cpp Fix use of terse static assert. Patch from STL@microsoft.com 9 years ago
is_swappable_with.pass.cpp Fix comment typos, strip trailing whitespace. Patch from STL@microsoft.com 10 years ago
is_trivial.pass.cpp Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 10 years ago
is_trivially_assignable.pass.cpp Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits 10 years ago
is_trivially_constructible.pass.cpp Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 10 years ago
is_trivially_copy_assignable.pass.cpp Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits 10 years ago
is_trivially_copy_constructible.pass.cpp Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits 10 years ago
is_trivially_copyable.pass.cpp Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits 10 years ago
is_trivially_default_constructible.pass.cpp Walter pointed out some missing includes in the tests. Fixing the includes uncovered a couple bugs in the _v type traits. Fixed those, too 10 years ago
is_trivially_destructible.pass.cpp Fix warnings in tests. 10 years ago
is_trivially_move_assignable.pass.cpp Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits 10 years ago
is_trivially_move_constructible.pass.cpp Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traits 10 years ago
is_unsigned.pass.cpp Add tests for the meta.unary.props that do not require a complete type. This is part of LWG#2582 9 years ago
is_volatile.pass.cpp Add tests for the meta.unary.props that do not require a complete type. This is part of LWG#2582 9 years ago