gcc/libstdc++-v3/testsuite/23_containers/set
Jonathan Wakely a2a64b499a 77864 Fix noexcept conditions for map/set default constructors
PR libstdc++/77864
	* include/bits/stl_map.h (map::map()): Use nothrow constructibility
	of comparison function in conditional noexcept.
	* include/bits/stl_multimap.h (multimap::multimap()): Likewise.
	* include/bits/stl_multiset.h (multiset::multiset()): Likewise.
	* include/bits/stl_set.h (set::set()): Likewise.
	* testsuite/23_containers/map/cons/noexcept_default_construct.cc:
	New test.
	* testsuite/23_containers/multimap/cons/noexcept_default_construct.cc:
	Likewise.
	* testsuite/23_containers/multiset/cons/noexcept_default_construct.cc:
	Likewise.
	* testsuite/23_containers/set/cons/noexcept_default_construct.cc:
	Likewise.

From-SVN: r240780
2016-10-05 13:01:51 +01:00
..
allocator Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
capacity
cons 77864 Fix noexcept conditions for map/set default constructors 2016-10-05 13:01:51 +01:00
debug [libstdc++-v3] Fix dg-require before dg-run directives in testsuite. 2016-09-12 09:03:50 +00:00
modifiers Implement C++17 node extraction and insertion (P0083R5) 2016-09-22 14:58:49 +01:00
operations Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
operators
requirements Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
14340.cc
18604.cc
23781_neg.cc
58764.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
check_construct_destroy.cc
init-list.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
move_comparison.cc Move comparison object in map/set move assignment 2016-08-31 17:57:14 +01:00
range_access.cc Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00