gcc/libstdc++-v3/testsuite
Jonathan Wakely 8ed13e2757 alloc_traits.h (__allow_copy_cons): Remove.
* include/bits/alloc_traits.h (__allow_copy_cons): Remove.
	(__check_copy_constructible): Likewise.
	* include/bits/unordered_map.h (unordered_map, unordered_multimap):
	Do not derive from __check_copy_constructible.
	* include/bits/unordered_set.h (unordered_set, unordered_multiset):
	Likewise.
	* testsuite/23_containers/unordered_map/55043.cc: It is no longer
	necessary for is_copy_constructible to be correct to use nested
	unordered containers.
	* testsuite/23_containers/unordered_multimap/55043.cc: Likewise.
	* testsuite/23_containers/unordered_set/55043.cc: Likewise.
	* testsuite/23_containers/unordered_multiset/55043.cc: Likewise.

From-SVN: r204790
2013-11-14 12:43:00 +00:00
..
17_intro
18_support
19_diagnostics
20_util re PR libstdc++/58982 (std::vector<std::atomic<int>> vai(10); does not compile anymore) 2013-11-09 12:38:00 +00:00
21_strings
22_locale
23_containers alloc_traits.h (__allow_copy_cons): Remove. 2013-11-14 12:43:00 +00:00
24_iterators
25_algorithms re PR libstdc++/58982 (std::vector<std::atomic<int>> vai(10); does not compile anymore) 2013-11-09 12:38:00 +00:00
26_numerics Implement N3779 - User-defined Literals for std::complex, part 2 of UDL for Standard Library Types 2013-10-23 00:09:19 +00:00
27_io * testsuite/*: Remove stray semi-colons after function definitions. 2013-10-08 14:54:26 +01:00
28_regex regex.h: Remove unnecessary friends. 2013-10-26 16:09:28 +00:00
29_atomics pointer_partial_void.cc: Fix and enable VERIFY tests. 2013-10-30 22:05:17 +00:00
30_threads
abi
backward
config
data
decimal contrib.texi ([Fran@,{c}ois Dumont], [...]): New entries. 2013-10-23 11:59:07 +00:00
experimental/optional optional: Use __and_<> and __not_<> in conditions. 2013-11-05 15:24:08 +00:00
ext
lib re PR testsuite/57605 (colors break note pruning in the testsuite) 2013-09-20 19:52:29 +02:00
libstdc++-abi
libstdc++-dg enable_special_members.h: New. 2013-11-01 20:08:39 +00:00
libstdc++-prettyprinters
performance regex.h: Remove unnecessary friends. 2013-10-26 16:09:28 +00:00
tr1 * testsuite/*: Remove stray semi-colons after function definitions. 2013-10-08 14:54:26 +01:00
tr2 re PR libstdc++/58729 (tr2::dynamic_bitset::resize fails) 2013-10-19 01:31:19 +00:00
util regex.h: Remove unnecessary friends. 2013-10-26 16:09:28 +00:00
Makefile.am
Makefile.in