gcc/libstdc++-v3/testsuite/20_util
Ville Voutilainen c3a6648b1c Implement D0013R2, logical type traits.
2015-11-12  Ville Voutilainen  <ville.voutilainen@gmail.com>

	Implement D0013R2, logical type traits.

	/libstdc++-v3
	* include/experimental/type_traits (conjunction_v, disjunction_v,
	negation_v): New.
	* include/std/type_traits (conjunction, disjunction, negation):
	Likewise.
	* testsuite/20_util/declval/requirements/1_neg.cc: Adjust.
	* testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Likewise.
	* testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
	Likewise.
	* testsuite/experimental/type_traits/value.cc: Likewise.
	* testsuite/20_util/logical_traits/requirements/explicit_instantiation.cc: New.
	* testsuite/20_util/logical_traits/requirements/typedefs.cc: Likewise.
	* testsuite/20_util/logical_traits/value.cc: Likewise.

	/testsuite
	* g++.dg/cpp0x/Wattributes1.C: Adjust.

From-SVN: r230258
2015-11-12 15:56:31 +02:00
..
add_const
add_cv
add_lvalue_reference
add_pointer
add_rvalue_reference
add_volatile
addressof
align
aligned_storage
aligned_union
alignment_of
allocator
allocator_traits Implement N4258 (Cleaning-up noexcept in the Library rev 3) 2015-06-26 21:10:24 +01:00
auto_ptr
bad_function_call
bind Implement C++17 std::invoke and LWG DR 2219 2015-10-25 01:00:54 +01:00
bool_constant status_cxx2017.xml: Update status tables. 2015-06-05 18:17:53 +01:00
common_type/requirements
conditional/requirements
decay/requirements
declval/requirements Implement D0013R2, logical type traits. 2015-11-12 15:56:31 +02:00
default_delete Implement N4089 Safe conversions in unique_ptr<T[]> (LWG 2118) and N4366 LWG 2228... 2015-08-08 14:07:34 +03:00
duration
duration_cast
enable_if/requirements
enable_shared_from_this Only set std::enable_shared_from_this member once. 2015-08-26 22:27:00 +01:00
exchange
extent
forward
function
function_objects Implement C++17 std::invoke and LWG DR 2219 2015-10-25 01:00:54 +01:00
has_trivial_copy_assign
has_trivial_copy_constructor
has_trivial_default_constructor
has_virtual_destructor
hash re PR libstdc++/60970 (Support std::hash with enum types (LWG 2148)) 2015-07-29 13:41:23 +01:00
headers
integer_sequence
integral_constant
is_abstract
is_arithmetic
is_array
is_assignable
is_base_of
is_class
is_compound
is_const
is_constructible
is_convertible
is_copy_assignable
is_copy_constructible
is_default_constructible
is_destructible
is_empty
is_enum
is_final
is_floating_point
is_function
is_fundamental
is_implicitly_default_constructible Make the default constructors of tuple and pair conditionally explicit. 2015-11-03 10:41:40 +02:00
is_integral
is_literal_type
is_lvalue_reference
is_member_function_pointer
is_member_object_pointer
is_member_pointer
is_move_assignable
is_move_constructible
is_nothrow_assignable
is_nothrow_constructible
is_nothrow_copy_assignable
is_nothrow_copy_constructible
is_nothrow_default_constructible
is_nothrow_destructible
is_nothrow_move_assignable
is_nothrow_move_constructible
is_nothrow_swappable Add __is_nothrow_swappable and take it into use. 2015-06-05 15:44:26 +01:00
is_null_pointer
is_object
is_pod
is_pointer
is_polymorphic
is_reference
is_rvalue_reference
is_same
is_scalar
is_signed
is_standard_layout
is_trivial
is_trivially_assignable
is_trivially_constructible
is_trivially_copy_assignable
is_trivially_copy_constructible
is_trivially_copyable
is_trivially_default_constructible
is_trivially_destructible
is_trivially_move_assignable
is_trivially_move_constructible
is_union
is_unsigned
is_void
is_volatile
logical_traits Implement D0013R2, logical type traits. 2015-11-12 15:56:31 +02:00
make_signed/requirements Implement D0013R2, logical type traits. 2015-11-12 15:56:31 +02:00
make_unsigned/requirements Implement D0013R2, logical type traits. 2015-11-12 15:56:31 +02:00
move
move_if_noexcept
owner_less
pair Make the default constructors of tuple and pair conditionally explicit. 2015-11-03 10:41:40 +02:00
pointer_safety
pointer_traits ptr_traits.h (__ptrtr_elt_type, [...]): Remove 2015-07-01 13:24:03 +01:00
rank
ratio
raw_storage_iterator
reference_wrapper
remove_all_extents
remove_const
remove_cv
remove_extent
remove_pointer
remove_reference
remove_volatile
result_of
scoped_allocator alloc_traits.h (__alloctr_rebind): Remove. 2015-07-01 13:24:09 +01:00
shared_ptr Relax Debug Mode assertions on operator-> for smart pointers. 2015-09-07 18:17:23 +01:00
specialized_algorithms re PR libstdc++/66078 (20_util/specialized_algorithms/uninitialized_copy/808590.cc fails with -std=c++11) 2015-05-20 18:11:03 +01:00
steady_clock
system_clock
time_point
time_point_cast
tuple Make the default constructors of tuple and pair conditionally explicit. 2015-11-03 10:41:40 +02:00
typeindex
underlying_type/requirements
unique_ptr Implement N4089 Safe conversions in unique_ptr<T[]> (LWG 2118) and N4366 LWG 2228... 2015-08-08 14:07:34 +03:00
uses_allocator
void_t
weak_ptr constexpr.cc: Remove redundant -save-temps option. 2015-08-05 21:57:03 +01:00
rel_ops.cc
temporary_buffer.cc