gcc/libstdc++-v3/testsuite/20_util
Daniel Krugler 6f17ef336c tuple (__conv_types, [...]): Add.
2011-06-20  Daniel Krugler  <daniel.kruegler@googlemail.com>
	    Paolo Carlini  <paolo.carlini@oracle.com>

	* include/std/tuple (__conv_types, __one_by_one_convertible,
	__all_convertible): Add.
	(tuple): Use the latter.
	(tuple<_T1>): Remove.
	* testsuite/20_util/uses_allocator/cons_neg.cc: Adjust dg-error
	line number.
	* testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Likewise.

Co-Authored-By: Paolo Carlini <paolo.carlini@oracle.com>

From-SVN: r175204
2011-06-20 11:05:45 +00:00
..
add_lvalue_reference
add_rvalue_reference
addressof
aligned_storage
allocator
allocator_traits explicit_instantiation.cc: Add another instantiation. 2011-06-11 16:37:17 +01:00
auto_ptr
bad_function_call
bind * testsuite/20_util/bind/ref_neg.cc: Remove wrong test lines. 2011-06-10 10:20:28 -04:00
common_type/requirements
conditional/requirements
decay/requirements
declval/requirements re PR c++/48969 (ICE with -std=c++0x) 2011-06-07 17:54:07 -04:00
default_delete re PR libstdc++/48631 ([C++0x] default_delete<T[]> accepts pointer conversions in function call operator) 2011-04-16 02:02:29 +00:00
duration prune.exp (libstdc++-dg-prune): Prune notes. 2011-06-09 23:56:00 -04:00
duration_cast
enable_if/requirements
enable_shared_from_this
forward prune.exp (libstdc++-dg-prune): Prune notes. 2011-06-09 23:56:00 -04:00
function prune.exp (libstdc++-dg-prune): Prune notes. 2011-06-09 23:56:00 -04:00
function_objects
has_trivial_copy_assign
has_trivial_copy_constructor
has_trivial_default_constructor
hash re PR testsuite/48675 (20_util/hash/chi2_quality.cc timeout) 2011-04-19 03:59:16 +00:00
headers
is_assignable [multiple changes] 2011-05-19 10:30:20 +00:00
is_compound [multiple changes] 2011-04-13 22:52:45 +00:00
is_constructible [multiple changes] 2011-04-13 22:52:45 +00:00
is_convertible [multiple changes] 2011-04-13 22:52:45 +00:00
is_copy_assignable [multiple changes] 2011-05-19 10:30:20 +00:00
is_copy_constructible type_traits (is_nothrow_default_constructible, [...]): Add. 2011-04-19 00:10:53 +00:00
is_default_constructible type_traits (is_nothrow_default_constructible, [...]): Add. 2011-04-19 00:10:53 +00:00
is_destructible [multiple changes] 2011-04-13 22:52:45 +00:00
is_explicitly_convertible
is_function [multiple changes] 2011-04-13 22:52:45 +00:00
is_fundamental [multiple changes] 2011-04-13 22:52:45 +00:00
is_integral
is_literal_type
is_lvalue_reference
is_member_function_pointer [multiple changes] 2011-04-13 22:52:45 +00:00
is_member_object_pointer [multiple changes] 2011-04-13 22:52:45 +00:00
is_member_pointer [multiple changes] 2011-04-13 22:52:45 +00:00
is_move_assignable [multiple changes] 2011-05-19 10:30:20 +00:00
is_move_constructible type_traits (is_nothrow_default_constructible, [...]): Add. 2011-04-19 00:10:53 +00:00
is_nothrow_assignable [multiple changes] 2011-05-19 10:30:20 +00:00
is_nothrow_constructible type_traits (is_nothrow_default_constructible, [...]): Add. 2011-04-19 00:10:53 +00:00
is_nothrow_copy_assignable [multiple changes] 2011-05-19 10:30:20 +00:00
is_nothrow_copy_constructible type_traits (is_nothrow_default_constructible, [...]): Add. 2011-04-19 00:10:53 +00:00
is_nothrow_default_constructible type_traits (is_nothrow_default_constructible, [...]): Add. 2011-04-19 00:10:53 +00:00
is_nothrow_move_assignable [multiple changes] 2011-05-19 10:30:20 +00:00
is_nothrow_move_constructible type_traits (is_nothrow_default_constructible, [...]): Add. 2011-04-19 00:10:53 +00:00
is_object [multiple changes] 2011-04-13 22:52:45 +00:00
is_pod
is_reference
is_rvalue_reference
is_scalar
is_signed
is_standard_layout
is_trivial
is_unsigned
make_signed/requirements re PR c++/48969 (ICE with -std=c++0x) 2011-06-07 17:54:07 -04:00
make_unsigned/requirements re PR c++/48969 (ICE with -std=c++0x) 2011-06-07 17:54:07 -04: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 * semantics.c (maybe_constant_value): Handle overflowed input. 2011-06-09 23:56:08 -04:00
raw_storage_iterator/requirements
reference_wrapper prune.exp (libstdc++-dg-prune): Prune notes. 2011-06-09 23:56:00 -04:00
remove_reference
shared_ptr valarray (~valarray): Use noexcept. 2011-06-14 17:48:29 +00:00
specialized_algorithms
system_clock
time_point
time_point_cast
tuple prune.exp (libstdc++-dg-prune): Prune notes. 2011-06-09 23:56:00 -04:00
typeindex
underlying_type/requirements type_traits (struct underlying_type): Add. 2011-04-25 23:04:16 +00:00
unique_ptr valarray (~valarray): Use noexcept. 2011-06-14 17:48:29 +00:00
uses_allocator tuple (__conv_types, [...]): Add. 2011-06-20 11:05:45 +00:00
weak_ptr tuple (__conv_types, [...]): Add. 2011-06-20 11:05:45 +00:00
rel_ops.cc
temporary_buffer.cc