gcc/libstdc++-v3/testsuite/23_containers
Jonathan Wakely 4b63f4a3dd Fix return type of heterogeneous find for sets
PR libstdc++/68190
	* include/bits/stl_multiset.h (multiset::find): Fix return types.
	* include/bits/stl_set.h (set::find): Likewise.
	* testsuite/23_containers/map/operations/2.cc: Test find return types.
	* testsuite/23_containers/multimap/operations/2.cc: Likewise.
	* testsuite/23_containers/multiset/operations/2.cc: Likewise.
	* testsuite/23_containers/set/operations/2.cc: Likewise.

From-SVN: r230118
2015-11-10 18:08:50 +00:00
..
array re PR libstdc++/65352 (array<T,0>::begin()/end() etc. forms a null reference and breaks on clang+ubsan) 2015-05-28 13:33:41 +01:00
bitset Update copyright years. 2015-01-05 13:33:28 +01:00
deque Backport PR libstdc++/67707 fix from mainline 2015-10-02 21:08:11 +01:00
forward_list Update copyright years. 2015-01-05 13:33:28 +01:00
headers Update copyright years. 2015-01-05 13:33:28 +01:00
list Update copyright years. 2015-01-05 13:33:28 +01:00
map Fix return type of heterogeneous find for sets 2015-11-10 18:08:50 +00:00
multimap Fix return type of heterogeneous find for sets 2015-11-10 18:08:50 +00:00
multiset Fix return type of heterogeneous find for sets 2015-11-10 18:08:50 +00:00
priority_queue Update copyright years. 2015-01-05 13:33:28 +01:00
queue Update copyright years. 2015-01-05 13:33:28 +01:00
set Fix return type of heterogeneous find for sets 2015-11-10 18:08:50 +00:00
stack Update copyright years. 2015-01-05 13:33:28 +01:00
unordered_map backport: re PR libstdc++/66055 (hash containers missing required reserving constructors) 2015-06-22 16:53:14 +01:00
unordered_multimap backport: re PR libstdc++/66055 (hash containers missing required reserving constructors) 2015-06-22 16:53:14 +01:00
unordered_multiset backport: re PR libstdc++/66055 (hash containers missing required reserving constructors) 2015-06-22 16:53:14 +01:00
unordered_set backport: re PR libstdc++/66055 (hash containers missing required reserving constructors) 2015-06-22 16:53:14 +01:00
vector Update copyright years. 2015-01-05 13:33:28 +01:00