gcc/libstdc++-v3/testsuite/23_containers
Jonathan Wakely f74912779b re PR libstdc++/59548 (Abort after copying std::unordered_map in debug mode)
PR libstdc++/59548
	* include/debug/safe_base.h (_Safe_sequence_base): Define copy
	constructor to prevent it being implicitly defined as deleted, but
	do not copy anything.
	* include/debug/safe_unordered_base.h (_Safe_unordered_container_base):
	Define copy and move constructors similar to _Safe_sequence_base's.
	* testsuite/23_containers/unordered_map/59548.cc: New.

From-SVN: r207059
2014-01-24 20:08:20 +00:00
..
array Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
bitset Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
deque re PR libstdc++/58764 ([lwg/2193] error: converting to ‘const std::vector<std::basic_string<char> >’ from initializer list would use explicit constructor) 2014-01-22 19:46:44 +00:00
forward_list Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
headers Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
list PR libstdc++/58764 (again) 2014-01-22 23:50:58 +00:00
map re PR libstdc++/59872 (Cannot move std::map with move-only mapped_type) 2014-01-23 17:17:04 +00:00
multimap re PR libstdc++/58764 ([lwg/2193] error: converting to ‘const std::vector<std::basic_string<char> >’ from initializer list would use explicit constructor) 2014-01-22 19:46:44 +00:00
multiset re PR libstdc++/58764 ([lwg/2193] error: converting to ‘const std::vector<std::basic_string<char> >’ from initializer list would use explicit constructor) 2014-01-22 19:46:44 +00:00
priority_queue Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
queue Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
set re PR libstdc++/58764 ([lwg/2193] error: converting to ‘const std::vector<std::basic_string<char> >’ from initializer list would use explicit constructor) 2014-01-22 19:46:44 +00:00
stack Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
unordered_map re PR libstdc++/59548 (Abort after copying std::unordered_map in debug mode) 2014-01-24 20:08:20 +00:00
unordered_multimap Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
unordered_multiset Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
unordered_set re PR libstdc++/56267 (unordered containers require Assignable hash function) 2014-01-21 19:38:35 +00:00
vector PR libstdc++/58764 (again) 2014-01-22 23:50:58 +00:00