gcc/libstdc++-v3/testsuite/20_util
Paolo Carlini ba60f6f952 tuple (_Tuple_impl<>::_Tuple_impl(typename std::remove_reference<>::type&&, typename std::remove_reference<>::type&&...), [...]): Add.
2007-12-30  Paolo Carlini  <pcarlini@suse.de>

	* include/std/tuple (_Tuple_impl<>::_Tuple_impl(typename
	std::remove_reference<>::type&&, typename
	std::remove_reference<>::type&&...),
	_Tuple_impl(const _Tuple_impl<>&), _Tuple_impl(_Tuple_impl&&),
	_Tuple_impl(_Tuple_impl<>&&), operator=(_Tuple_impl&&),
	operator=(const _Tuple_impl<>&), operator=(_Tuple_impl<>&&)): Add.
	(tuple<>::tuple(const _Elements&...), tuple(_UElements&&...),
	tuple(tuple&&), tuple(const tuple<>&), tuple(tuple<>&&),
	operator=(tuple&&), operator=(const tuple<>&), operator=(tuple<>&&)):
	Likewise.
	(tuple<_T1, _T2>::tuple(const _T1&, const _T2&, tuple(_U1&&, _U2&&),
	tuple(tuple&&), tuple(tuple<>&&), tuple(pair<>&&), operator=(tuple&&),
	operator=(tuple<>&&), operator=(pair<>&&)): Likewise.
	(tuple<>::tuple(typename __add_c_ref<_Elements>::type...),
	tuple<_T1, _T2>::tuple(typename __add_c_ref<>::type,
	typename __add_c_ref<>::type)): Remove.
	* testsuite/tr1/6_containers/tuple/creation_functions/tie2.cc: New.
	* testsuite/20_util/tuple/creation_functions/tie2.cc: Likewise.
	* testsuite/20_util/tuple/moveable.cc: Likewise.

From-SVN: r131230
2007-12-30 22:44:42 +00:00
..
add_lvalue_reference
add_rvalue_reference
aligned_storage type_traitsfwd.h (aligned_storage): Remove declaration. 2007-09-17 10:18:51 +00:00
allocator re PR libstdc++/33807 (Incorrect ambiguous overload) 2007-10-18 10:00:18 +00:00
auto_ptr
bad_function_call
conditional/requirements
decay/requirements type_traits (__decay_selector<_Up, [...]): Change according to DR 705. 2007-11-08 14:40:33 +00:00
enable_if/requirements
enable_shared_from_this/requirements
forward
function_objects
has_nothrow_copy_constructor
has_nothrow_default_constructor
has_trivial_copy_constructor
has_trivial_default_constructor
hash
headers
identity
is_lvalue_reference
is_reference
is_rvalue_reference
is_signed
is_unsigned
make_signed/requirements type_traitsfwd.h (aligned_storage): Remove declaration. 2007-09-17 10:18:51 +00:00
make_unsigned/requirements type_traitsfwd.h (aligned_storage): Remove declaration. 2007-09-17 10:18:51 +00:00
move
pair stl_deque.h (deque<>::operator=(deque&&)): Implement resolution of DR 675, call clear first. 2007-11-09 17:18:10 +00:00
raw_storage_iterator/requirements [multiple changes] 2007-12-10 13:53:10 +00:00
remove_reference
shared_ptr default_weaktoshared.cc: Add required dg-option for cygwin and darwin targets. 2007-12-16 22:31:16 +00:00
specialized_algorithms stl_uninitialized.h (uninitialized_copy): Use ::new and value_type per the letter of the standard. 2007-10-28 16:03:06 +00:00
tuple tuple (_Tuple_impl<>::_Tuple_impl(typename std::remove_reference<>::type&&, typename std::remove_reference<>::type&&...), [...]): Add. 2007-12-30 22:44:42 +00:00
weak_ptr boost_shared_ptr.h: Add support for allocators, aliasing, make_shared and rvalue-references. 2007-12-15 22:28:29 +00:00
rel_ops.cc
temporary_buffer.cc