| .. |
|
__has_operator_addressof.pass.cpp
|
Move test into test/std subdirectory.
|
11 years ago |
|
has_virtual_destructor.pass.cpp
|
More of P0006R0: type traits variable aliases for C++17.
|
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
|
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_const.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_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_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_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_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_destructible.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_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
|
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_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
|
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_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
|
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_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_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
|
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_signed.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_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_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
|
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_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
|
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_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_copyable.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_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
|
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_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_trivially_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_unsigned.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_volatile.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 |