gcc/libstdc++-v3/testsuite/20_util
Paolo Carlini dd7b175ec3 type_traits (__or_, __and_): Add trivial definitions for a single element.
2011-05-30  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/std/type_traits (__or_, __and_): Add trivial definitions
	for a single element.
	* include/bits/stl_pair.h: Use __and_ in noexcept specs and
	constraints.
	(pair<>::pair(pair&&)): Define.
	(pair<>::pair(const pair<>&)): Constrain with is_convertible.
	(pair<>::pair(pair<>&&)): Likewise, remove noexcept.
	* include/std/tuple: Use __and_ in noexcept specs and constraints.
	(_Tuple_impl<>::_Tuple_impl(allocator_arg_t, const _Alloc&,
	_Tuple_impl&&)): Remove noexcept.
	(tuple<>::tuple(_UElements&&...), tuple(const tuple<_UElements...>&),
	tuple(tuple<_UElements...>&&), tuple(const pair<_U1, _U2>&),
	tuple(pair<_U1, _U2>&&)): Constrain with is_convertible.
	* testsuite/20_util/tuple/moveable2.cc: Use = delete.
	* testsuite/20_util/make_signed/requirements/typedefs_neg.cc:
	Adjust dg-error line numbers.
	* testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc:
	Likewise.
	* testsuite/20_util/declval/requirements/1_neg.cc: Likewise.
	* testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Likewise.
	* testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Likewise.

From-SVN: r174464
2011-05-31 02:29:22 +00:00
..
add_lvalue_reference
add_rvalue_reference
addressof
aligned_storage
allocator
allocator_traits Makefile.am: Add new ptr_traits.h header. 2011-05-28 14:27:43 +01:00
auto_ptr
bad_function_call
bind [multiple changes] 2011-05-23 00:05:24 +00:00
common_type/requirements
conditional/requirements
decay/requirements
declval/requirements type_traits (__or_, __and_): Add trivial definitions for a single element. 2011-05-31 02:29:22 +00:00
default_delete
duration dr2020.cc: Fix typo. 2011-05-25 00:13:18 +00:00
duration_cast
enable_if/requirements
enable_shared_from_this
forward
function
function_objects
has_trivial_copy_assign
has_trivial_copy_constructor
has_trivial_default_constructor
hash
headers
is_assignable [multiple changes] 2011-05-19 10:30:20 +00:00
is_compound
is_constructible
is_convertible
is_copy_assignable [multiple changes] 2011-05-19 10:30:20 +00:00
is_copy_constructible
is_default_constructible
is_destructible
is_explicitly_convertible
is_function
is_fundamental
is_integral
is_literal_type
is_lvalue_reference
is_member_function_pointer
is_member_object_pointer
is_member_pointer
is_move_assignable [multiple changes] 2011-05-19 10:30:20 +00:00
is_move_constructible
is_nothrow_assignable [multiple changes] 2011-05-19 10:30:20 +00:00
is_nothrow_constructible
is_nothrow_copy_assignable [multiple changes] 2011-05-19 10:30:20 +00:00
is_nothrow_copy_constructible
is_nothrow_default_constructible
is_nothrow_move_assignable [multiple changes] 2011-05-19 10:30:20 +00:00
is_nothrow_move_constructible
is_object
is_pod
is_reference
is_rvalue_reference
is_scalar
is_signed
is_standard_layout
is_trivial
is_unsigned
make_signed/requirements type_traits (__or_, __and_): Add trivial definitions for a single element. 2011-05-31 02:29:22 +00:00
make_unsigned/requirements type_traits (__or_, __and_): Add trivial definitions for a single element. 2011-05-31 02:29:22 +00:00
monotonic_clock
move
move_if_noexcept move.h (move_if_noexcept): Add. 2011-04-27 18:37:32 +00:00
owner_less
pair char_traits.h: Use noexcept throughout. 2011-05-21 00:05:03 +00:00
pointer_traits pointer_to.cc: Fix. 2011-05-28 20:15:41 +01:00
ratio type_traits (__or_, __and_): Add trivial definitions for a single element. 2011-05-31 02:29:22 +00:00
raw_storage_iterator/requirements
reference_wrapper
remove_reference
shared_ptr shared_ptr_base.h: Use noexcept. 2011-05-18 23:59:17 +01:00
specialized_algorithms
system_clock
time_point
time_point_cast
tuple type_traits (__or_, __and_): Add trivial definitions for a single element. 2011-05-31 02:29:22 +00:00
typeindex
underlying_type/requirements type_traits (struct underlying_type): Add. 2011-04-25 23:04:16 +00:00
unique_ptr
uses_allocator tuple: Implement uses-allocator construction. 2011-05-30 17:31:17 +01:00
weak_ptr type_traits (__or_, __and_): Add trivial definitions for a single element. 2011-05-31 02:29:22 +00:00
rel_ops.cc
temporary_buffer.cc