gcc/libstdc++-v3/testsuite/23_containers/unordered_multimap
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
..
allocator hashtable_policy.h: Add C++11 allocator support. 2013-04-22 20:22:07 +00:00
cons Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
debug Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
erase Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
hash_policy Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
insert hashtable_policy.h (_Insert_base): Consider hint in insert methods. 2013-06-29 07:55:12 +00:00
modifiers Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
operations Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
operators Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
requirements Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
55043.cc alloc_traits.h (__allow_copy_cons): Remove. 2013-11-14 12:43:00 +00:00
final_hash.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
init-list.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
observers.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
range_access.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00