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.prop
Eric Fiselier 59c47a9425 Use rvalue references throughout the is_constructible traits.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@364065 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
has_unique_object_representations.pass.cpp Support tests in freestanding 6 years ago
has_virtual_destructor.pass.cpp Support tests in freestanding 6 years ago
is_abstract.pass.cpp Support tests in freestanding 6 years ago
is_aggregate.pass.cpp Support tests in freestanding 6 years ago
is_assignable.pass.cpp Support tests in freestanding 6 years ago
is_const.pass.cpp Support tests in freestanding 6 years ago
is_constructible.pass.cpp Support tests in freestanding 6 years ago
is_copy_assignable.pass.cpp Support tests in freestanding 6 years ago
is_copy_constructible.pass.cpp Support tests in freestanding 6 years ago
is_default_constructible.pass.cpp Support tests in freestanding 6 years ago
is_destructible.pass.cpp Support tests in freestanding 6 years ago
is_empty.pass.cpp Support tests in freestanding 6 years ago
is_final.pass.cpp Support tests in freestanding 6 years ago
is_literal_type.pass.cpp Support tests in freestanding 6 years ago
is_move_assignable.pass.cpp Use rvalue references throughout the is_constructible traits. 6 years ago
is_move_constructible.pass.cpp Use rvalue references throughout the is_constructible traits. 6 years ago
is_nothrow_assignable.pass.cpp Support tests in freestanding 6 years ago
is_nothrow_constructible.pass.cpp Support tests in freestanding 6 years ago
is_nothrow_copy_assignable.pass.cpp Support tests in freestanding 6 years ago
is_nothrow_copy_constructible.pass.cpp Support tests in freestanding 6 years ago
is_nothrow_default_constructible.pass.cpp Support tests in freestanding 6 years ago
is_nothrow_destructible.pass.cpp Use rvalue references throughout the is_constructible traits. 6 years ago
is_nothrow_move_assignable.pass.cpp Support tests in freestanding 6 years ago
is_nothrow_move_constructible.pass.cpp Support tests in freestanding 6 years ago
is_nothrow_swappable.pass.cpp Support tests in freestanding 6 years ago
is_nothrow_swappable_with.pass.cpp Support tests in freestanding 6 years ago
is_pod.pass.cpp Support tests in freestanding 6 years ago
is_polymorphic.pass.cpp Support tests in freestanding 6 years ago
is_signed.pass.cpp Support tests in freestanding 6 years ago
is_standard_layout.pass.cpp Support tests in freestanding 6 years ago
is_swappable.pass.cpp Support tests in freestanding 6 years ago
is_swappable_include_order.pass.cpp Support tests in freestanding 6 years ago
is_swappable_with.pass.cpp Support tests in freestanding 6 years ago
is_trivial.pass.cpp Support tests in freestanding 6 years ago
is_trivially_assignable.pass.cpp Support tests in freestanding 6 years ago
is_trivially_constructible.pass.cpp Support tests in freestanding 6 years ago
is_trivially_copy_assignable.pass.cpp Support tests in freestanding 6 years ago
is_trivially_copy_constructible.pass.cpp Support tests in freestanding 6 years ago
is_trivially_copyable.pass.cpp Support tests in freestanding 6 years ago
is_trivially_default_constructible.pass.cpp Support tests in freestanding 6 years ago
is_trivially_destructible.pass.cpp Mark is_trivially_destructible as unsupported with apple-clang-9 6 years ago
is_trivially_move_assignable.pass.cpp Support tests in freestanding 6 years ago
is_trivially_move_constructible.pass.cpp Support tests in freestanding 6 years ago
is_unsigned.pass.cpp Support tests in freestanding 6 years ago
is_volatile.pass.cpp Support tests in freestanding 6 years ago