gcc/libstdc++-v3/testsuite/20_util
Jason Merrill a2e70335e2 re PR c++/50500 ([C++0x] [DR 1082] move constructor should cause copy constructor to be deleted, but still declared)
PR c++/50500
	DR 1082
	* class.c (type_has_user_declared_move_constructor): New.
	(type_has_user_declared_move_assign): New.
	(add_implicitly_declared_members): Add lazy copy ops
	even if there's a move.
	* method.c (lazily_declare_fn): Delete implicit copies
	if there's a move.
	(maybe_explain_implicit_delete): Explain this.  Use inform rather
	than error.
	* cp-tree.h: Declare new fns.

From-SVN: r180159
2011-10-18 13:39:15 -04:00
..
add_lvalue_reference
add_rvalue_reference
addressof
aligned_storage
allocator
allocator_traits invoke.cc: Avoid -Wall warnings. 2011-06-22 21:46:17 +00:00
auto_ptr
bad_function_call
bind 48698.cc (g): Fix return type, avoid -Wall warning. 2011-10-04 21:42:43 +00:00
common_type/requirements
conditional/requirements
decay/requirements
declval/requirements re PR libstdc++/50441 ([C++0x] <type_traits> is missing GNU extension types) 2011-09-17 23:53:26 +00:00
default_delete
duration less_or_equal.cc: New. 2011-09-16 16:28:31 +00:00
duration_cast
enable_if/requirements
enable_shared_from_this
forward less_or_equal.cc: New. 2011-09-16 16:28:31 +00: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
headers
is_assignable
is_compound
is_constructible * call.c (convert_class_to_reference) 2011-09-12 14:04:46 -04:00
is_convertible
is_copy_assignable
is_copy_constructible
is_default_constructible
is_destructible
is_explicitly_convertible
is_floating_point limits.cc: Replace everywhere __int128_t -> __int128, and __uint128_t -> unsigned __int128. 2011-09-21 11:23:11 +00:00
is_function
is_fundamental
is_integral limits.cc: Replace everywhere __int128_t -> __int128, and __uint128_t -> unsigned __int128. 2011-09-21 11:23:11 +00:00
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_move_assignable
is_nothrow_move_constructible
is_object
is_pod
is_reference
is_rvalue_reference
is_scalar
is_signed limits.cc: Replace everywhere __int128_t -> __int128, and __uint128_t -> unsigned __int128. 2011-09-21 11:23:11 +00:00
is_standard_layout
is_trivial
is_unsigned limits.cc: Replace everywhere __int128_t -> __int128, and __uint128_t -> unsigned __int128. 2011-09-21 11:23:11 +00:00
make_signed/requirements limits.cc: Replace everywhere __int128_t -> __int128, and __uint128_t -> unsigned __int128. 2011-09-21 11:23:11 +00:00
make_unsigned/requirements limits.cc: Replace everywhere __int128_t -> __int128, and __uint128_t -> unsigned __int128. 2011-09-21 11:23:11 +00:00
move
move_if_noexcept
owner_less
pair less_or_equal.cc: New. 2011-09-16 16:28:31 +00:00
pointer_traits pointer_to.cc: Define equality operator and use. 2011-10-03 20:11:53 +01:00
ratio invoke.cc: Avoid -Wall warnings. 2011-06-22 21:46:17 +00:00
raw_storage_iterator/requirements
reference_wrapper invoke.cc: Avoid -Wall warnings. 2011-06-22 21:46:17 +00:00
remove_reference
scoped_allocator Makefile.am: Add new header. 2011-07-09 14:45:56 +01:00
shared_ptr pt.c (tinst_level_tick, [...]): Replace with last_error_tinst_level. 2011-07-16 22:34:22 -04:00
specialized_algorithms
steady_clock chrono: (system_clock::is_steady): Update to N3291 from is_monotonic. 2011-07-21 03:27:51 +00:00
system_clock chrono: (system_clock::is_steady): Update to N3291 from is_monotonic. 2011-07-21 03:27:51 +00:00
time_point less_or_equal.cc: New. 2011-09-16 16:28:31 +00:00
time_point_cast
tuple less_or_equal.cc: New. 2011-09-16 16:28:31 +00:00
typeindex
underlying_type/requirements
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 re PR c++/50500 ([C++0x] [DR 1082] move constructor should cause copy constructor to be deleted, but still declared) 2011-10-18 13:39:15 -04:00
rel_ops.cc
temporary_buffer.cc