gcc/libstdc++-v3/testsuite/20_util
Jonathan Wakely 1b24fb4cd1 Add tests and docs for LWG 2212 support
* testsuite/20_util/pair/astuple/astuple.cc: Only include <utility>.
	* testsuite/23_containers/array/tuple_interface/tuple_element.cc:
	Only include <array>.
	* testsuite/23_containers/array/tuple_interface/tuple_size.cc:
	Likewise.
	* doc/xml/manual/intro.xml; Document LWG 2212 support.
	* doc/html*: Regenerate.

From-SVN: r238244
2016-07-12 15:00:26 +01:00
..
add_const
add_cv
add_lvalue_reference
add_pointer
add_rvalue_reference
add_volatile
addressof
align Make use of extensions more explicit in libstdc++ tests 2016-04-18 16:44:25 +01:00
aligned_storage
aligned_union
alignment_of
allocator
allocator_traits
any Implement std::any. 2016-07-07 01:33:20 +03:00
auto_ptr
bad_function_call
bind
bool_constant
common_type/requirements
conditional/requirements
decay/requirements
declval/requirements
default_delete
duration
duration_cast
enable_if/requirements
enable_shared_from_this
exchange
extent
forward
function Fix construction of std::function from null pointer-to-member 2016-01-18 11:43:37 +00:00
function_objects
has_trivial_copy_assign
has_trivial_copy_constructor
has_trivial_default_constructor
has_virtual_destructor
hash
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 Make use of extensions more explicit in libstdc++ tests 2016-04-18 16:44:25 +01:00
is_function
is_fundamental
is_implicitly_default_constructible
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 Provide swappable traits (p0185r1) 2016-06-16 16:07:19 +01:00
is_nothrow_swappable_with Provide swappable traits (p0185r1) 2016-06-16 16:07:19 +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_swappable Provide swappable traits (p0185r1) 2016-06-16 16:07:19 +01:00
is_swappable_with Provide swappable traits (p0185r1) 2016-06-16 16:07:19 +01:00
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
make_signed/requirements
make_unsigned/requirements
move
move_if_noexcept
optional Implement std::optional. 2016-07-10 20:44:21 +03:00
owner_less
pair Add tests and docs for LWG 2212 support 2016-07-12 15:00:26 +01:00
pointer_safety
pointer_traits
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 Revert empty class parameter passing ABI changes. 2016-04-14 12:23:06 -04:00
shared_ptr Revert empty class parameter passing ABI changes. 2016-04-14 12:23:06 -04:00
specialized_algorithms Make use of extensions more explicit in libstdc++ tests 2016-04-18 16:44:25 +01:00
steady_clock
system_clock
time_point
time_point_cast
tuple Support allocators in tuples of zero size. 2016-06-06 19:28:59 +03:00
typeindex
underlying_type/requirements
unique_ptr
uses_allocator Revert empty class parameter passing ABI changes. 2016-04-14 12:23:06 -04:00
void_t
weak_ptr
rel_ops.cc
temporary_buffer.cc