gcc/libstdc++-v3/testsuite/23_containers
François Dumont 20a4550ce0 re PR libstdc++/89608 (Undetected iterator invalidations on unordered containers in debug mode)
2019-03-08  François Dumont  <fdumont@gcc.gnu.org>

	PR libstdc++/89608
	* include/debug/unordered_map (unordered_map<>::_M_check_rehashed):
	Invalidate all iterators in case of rehash.
	(unordered_multimap<>::_M_check_rehashed): Likewise.
	* include/debug/unordered_set
	(unordered_set<>::_M_check_rehashed): Likewise.
	(unordered_multiset<>::_M_check_rehashed): Likewise.
	* testsuite/23_containers/unordered_set/debug/89608_neg.cc: New.

From-SVN: r269478
2019-03-08 05:37:50 +00:00
..
array Update copyright years. 2019-01-01 13:31:55 +01:00
bitset Update copyright years. 2019-01-01 13:31:55 +01:00
deque Define __cpp_lib_erase_if feature test macro 2019-01-10 13:49:31 +00:00
forward_list Define __cpp_lib_erase_if feature test macro 2019-01-10 13:49:31 +00:00
headers Update copyright years. 2019-01-01 13:31:55 +01:00
list Define __cpp_lib_erase_if feature test macro 2019-01-10 13:49:31 +00:00
map PR libstdc++/89477 constrain deduction guides for maps and sets 2019-02-26 23:12:44 +00:00
multimap Add more testcases for class template argument deduction of maps 2019-01-02 16:30:49 +00:00
multiset PR libstdc++/89477 constrain deduction guides for maps and sets 2019-02-26 23:12:44 +00:00
priority_queue LWG 2537 fix priority_queue constructors to establish invariant 2019-02-14 14:10:19 +00:00
queue PR libstdc++/89128 add deduction guides for container adaptors 2019-02-05 22:58:22 +00:00
set PR libstdc++/89477 constrain deduction guides for maps and sets 2019-02-26 23:12:44 +00:00
stack PR libstdc++/89128 add deduction guides for container adaptors 2019-02-05 22:58:22 +00:00
unordered_map PR libstdc++/89477 constrain deduction guides for maps and sets 2019-02-26 23:12:44 +00:00
unordered_multimap PR libstdc++/89477 constrain deduction guides for maps and sets 2019-02-26 23:12:44 +00:00
unordered_multiset PR libstdc++/89477 constrain deduction guides for maps and sets 2019-02-26 23:12:44 +00:00
unordered_set re PR libstdc++/89608 (Undetected iterator invalidations on unordered containers in debug mode) 2019-03-08 05:37:50 +00:00
vector PR libstdc++/89416 fix __is_move_insertable trait 2019-02-21 20:47:43 +00:00