gcc/libstdc++-v3/testsuite
Jonathan Wakely b744bf4e18 PR78134 fix return types of heterogeneous lookup functions
PR libstdc++/78134
	* include/bits/stl_map.h (map::lower_bound, map::upper_bound)
	(map::equal_range): Fix return type of heterogeneous overloads.
	* include/bits/stl_multimap.h (multimap::lower_bound)
	(multimap::upper_bound, multimap::equal_range): Likewise.
	* include/bits/stl_multiset.h (multiset::lower_bound)
	(multiset::upper_bound, multiset::equal_range): Likewise.
	* include/bits/stl_set.h (set::lower_bound, set::upper_bound)
	(set::equal_range): Likewise.
	* testsuite/23_containers/map/operations/2.cc
	* testsuite/23_containers/multimap/operations/2.cc
	* testsuite/23_containers/multiset/operations/2.cc
	* testsuite/23_containers/set/operations/2.cc

From-SVN: r244318
2017-01-11 14:44:15 +00:00
..
17_intro Update copyright years. 2017-01-01 13:07:43 +01:00
18_support Adjust effective target selector to fix C++17 FAIL 2017-01-10 17:44:42 +00:00
19_diagnostics Update copyright years. 2017-01-01 13:07:43 +01:00
20_util Reduce the size of variant, it doesn't need an index of type size_t internally. 2017-01-11 13:23:43 +02:00
21_strings Add more tests for std::basic_string::find 2017-01-06 21:22:40 +00:00
22_locale Update copyright years. 2017-01-01 13:07:43 +01:00
23_containers PR78134 fix return types of heterogeneous lookup functions 2017-01-11 14:44:15 +00:00
24_iterators Update copyright years. 2017-01-01 13:07:43 +01:00
25_algorithms PR78991 make __gnu_cxx::__ops constructors explicit 2017-01-06 12:33:58 +00:00
26_numerics Update copyright years. 2017-01-01 13:07:43 +01:00
27_io Update copyright years. 2017-01-01 13:07:43 +01:00
28_regex Update copyright years. 2017-01-01 13:07:43 +01:00
29_atomics Update copyright years. 2017-01-01 13:07:43 +01:00
30_threads Define testsuite macro for correct thread_local destructors 2017-01-09 13:06:03 +00:00
abi Update copyright years. 2017-01-01 13:07:43 +01:00
backward Update copyright years. 2017-01-01 13:07:43 +01:00
config Update copyright years. 2017-01-01 13:07:43 +01:00
data
decimal Update copyright years. 2017-01-01 13:07:43 +01:00
experimental Update copyright years. 2017-01-01 13:07:43 +01:00
ext Update copyright years. 2017-01-01 13:07:43 +01:00
lib Update copyright years. 2017-01-01 13:07:43 +01:00
libstdc++-abi Update copyright years. 2017-01-01 13:07:43 +01:00
libstdc++-dg Update copyright years. 2017-01-01 13:07:43 +01:00
libstdc++-prettyprinters Make Python printers and xmethods work with versioned namespace 2017-01-10 12:38:42 +00:00
libstdc++-xmethods Update copyright years. 2017-01-01 13:07:43 +01:00
performance Update copyright years. 2017-01-01 13:07:43 +01:00
special_functions Update copyright years. 2017-01-01 13:07:43 +01:00
tr1 Update copyright years. 2017-01-01 13:07:43 +01:00
tr2 Update copyright years. 2017-01-01 13:07:43 +01:00
util Define testsuite macro for correct thread_local destructors 2017-01-09 13:06:03 +00:00
Makefile.am Update copyright years. 2017-01-01 13:07:43 +01:00
Makefile.in Build libgo with -Wa,-nH if possible (PR go/78978) [non-libgo parts] 2017-01-06 14:33:47 +00:00