gcc/libstdc++-v3/testsuite
François Dumont 1679da1571 re PR libstdc++/82522 (std::map::insert(value_type &&) not selected)
2017-12-20  François Dumont  <fdumont@gcc.gnu.org>

	PR libstdc++/82522
	* include/debug/map.h (map::insert(value_type&&))
	(map::insert(const_iterator, value_type&&)): Add overload for rvalues.
	* include/debug/multimap.h (multimap::insert(value_type&&))
	(multimap::insert(const_iterator, value_type&&)): Likewise.
	* include/debug/unordered_map (unordered_map::insert(value_type&&))
	(unordered_map::insert(const_iterator, value_type&&))
	(unordered_multimap::insert(value_type&&))
	(unordered_multimap::insert(const_iterator, value_type&&)): Likewise.
	* testsuite/23_containers/map/modifiers/insert/dr2354.cc (test02): New.
	* testsuite/23_containers/multimap/modifiers/insert/dr2354.cc (test02):
	New.
	* testsuite/23_containers/unordered_map/insert/dr2354.cc (test02): New.
	* testsuite/23_containers/unordered_multimap/insert/dr2354.cc (test02):
	New.

From-SVN: r255904
2017-12-20 21:53:25 +00:00
..
17_intro
18_support Add [[nodiscard]] attribute to std::launder 2017-11-24 00:00:46 +00:00
19_diagnostics
20_util re PR libstdc++/68430 (std::is_constructible<T>::value == true for unconstructible type T) 2017-12-18 20:46:30 +02:00
21_strings Add [[nodiscard]] attribute to C++17 components 2017-11-23 22:11:21 +00:00
22_locale streambuf_iterator.h (istreambuf_iterator<>): Declare std::advance for istreambuf_iterator of char types to be friend. 2017-11-20 22:30:28 +00:00
23_containers re PR libstdc++/82522 (std::map::insert(value_type &&) not selected) 2017-12-20 21:53:25 +00:00
24_iterators Fix -Wunused warnings in libstdc++ headers 2017-12-04 23:07:39 +00:00
25_algorithms streambuf_iterator.h (istreambuf_iterator<>): Declare std::advance for istreambuf_iterator of char types to be friend. 2017-11-20 22:30:28 +00:00
26_numerics Test whitespace handling in std::complex extraction 2017-12-14 11:47:42 +00:00
27_io Add [[nodiscard]] attribute to C++17 components 2017-11-23 22:11:21 +00:00
28_regex
29_atomics
30_threads PR libstdc++/68519 use native duration to avoid rounding errors 2017-12-14 20:41:52 +00:00
abi
backward
config
data
decimal
experimental Minor improvements to Filesystem tests 2017-11-15 18:22:43 +00:00
ext re PR libstdc++/83120 (ext/special_functions/hyperg failure on AIX) 2017-12-07 15:05:59 -05:00
lib
libstdc++-abi
libstdc++-dg
libstdc++-prettyprinters tr1.cc: Compile with -O0. 2017-11-06 21:15:48 +00:00
libstdc++-xmethods
performance
special_functions Fix failing tests caused by duplicate dg-options 2017-11-20 21:48:31 +00:00
tr1 re PR libstdc++/83120 (ext/special_functions/hyperg failure on AIX) 2017-12-07 15:05:59 -05:00
tr2
util Minor tweak to libstdc++ testsuite helper type 2017-11-11 00:10:07 +00:00
Makefile.am
Makefile.in Enable building libstdc++-v3 with Intel CET 2017-11-17 22:28:10 +01:00