gcc/libstdc++-v3/testsuite
Jonathan Wakely b7202baf14 PR libstdc++/55043 (again)
PR libstdc++/55043 (again)
	* include/bits/alloc_traits.h (allocator_traits::construct): Disable
	unless construction would be well-formed.
	(__allow_copy_cons, __check_copy_constructible): Define.
	* include/bits/unordered_map.h (__check_copy_constructible): Use as
	base class so copy constructor will be deleted if appropriate.
	(is_copy_constructible): Remove specialization.
	* include/bits/unordered_set.h: Likewise.
	* include/debug/unordered_map.h: Undo previous commit. Default copy
	and move constructors.
	* include/debug/unordered_set.h: Likewise.
	* include/profile/unordered_map.h: Undo previous commit.
	* include/profile/unordered_set.h: Likewise.
	* testsuite/23_containers/unordered_map/55043.cc: Fix test.
	* testsuite/23_containers/unordered_multimap/55043.cc: Likewise.
	* testsuite/23_containers/unordered_multiset/55043.cc: Likewise.
	* testsuite/23_containers/unordered_set/55043.cc: Likewise.
	* testsuite/23_containers/unordered_map/requirements/53339.cc: XFAIL,
	cannot support incomplete types.
	* testsuite/23_containers/unordered_multimap/requirements/53339.cc:
	Likewise.

From-SVN: r195253
2013-01-16 23:56:00 +00:00
..
17_intro
18_support Update Copyright years for files modified in 2011 and/or 2012. 2013-01-04 13:49:55 +01:00
19_diagnostics Update Copyright years for files modified in 2011 and/or 2012. 2013-01-04 13:49:55 +01:00
20_util re PR c++/55908 (Problem binding a const member function to a const object) 2013-01-08 21:01:14 +00:00
21_strings Update Copyright years for files modified in 2011 and/or 2012. 2013-01-04 13:49:55 +01:00
22_locale insert_fn_imps.hpp: Fix typo in copyright years. 2013-01-06 11:53:01 +00:00
23_containers PR libstdc++/55043 (again) 2013-01-16 23:56:00 +00:00
24_iterators Update Copyright years for files modified in 2011 and/or 2012. 2013-01-04 13:49:55 +01:00
25_algorithms Update Copyright years for files modified in 2011 and/or 2012. 2013-01-04 13:49:55 +01:00
26_numerics vector.cc: Shrink memory usage under simulator. 2013-01-14 20:57:58 +00:00
27_io vector.cc: Shrink memory usage under simulator. 2013-01-14 20:57:58 +00:00
28_regex Update Copyright years for files modified in 2011 and/or 2012. 2013-01-04 13:49:55 +01:00
29_atomics Update Copyright years for files modified in 2011 and/or 2012. 2013-01-04 13:49:55 +01:00
30_threads Update Copyright years for files modified in 2011 and/or 2012. 2013-01-04 13:49:55 +01:00
abi Update Copyright years for files modified in 2011 and/or 2012. 2013-01-04 13:49:55 +01:00
backward
config
data
decimal Update Copyright years for files modified in 2011 and/or 2012. 2013-01-04 13:49:55 +01:00
ext Update Copyright years for files modified in 2011 and/or 2012. 2013-01-04 13:49:55 +01:00
lib gdb-test.exp (gdb_batch_check): Catch error running gdb command. 2013-01-11 20:11:36 +00:00
libstdc++-abi
libstdc++-dg Update Copyright years for files modified in 2011 and/or 2012. 2013-01-04 13:49:55 +01:00
libstdc++-prettyprinters
performance Update Copyright years for files modified in 2011 and/or 2012. 2013-01-04 13:49:55 +01:00
tr1 Update Copyright years for files modified in 2011 and/or 2012. 2013-01-04 13:49:55 +01:00
tr2
util Update Copyright years for files modified in 2011 and/or 2012. 2013-01-04 13:49:55 +01:00
Makefile.am
Makefile.in