gcc/libstdc++-v3/testsuite/23_containers
Paolo Carlini 18eeaec47b utility (get(std::pair<>&&)): Add.
2011-05-16  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/std/utility (get(std::pair<>&&)): Add.
	* include/bits/stl_pair.h (pair::swap(pair&),
	swap(pair<>&, pair<>&)): Use noexcept.
	* include/bits/random.h (discard_block_engine<>::base,
	independent_bits_engine<>::base, shuffle_order_engine<>::base,
	random_device::entropy): Use noexcept.
	* include/std/array: Use noexcept where appropriate.
	(get(array<>&&)): Add.
	* testsuite/23_containers/array/requirements/get.cc: New.
	* testsuite/20_util/pair/get.cc: Likewise.
	* testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Tweak dg-error
	line number.

From-SVN: r173798
2011-05-16 18:09:17 +00:00
..
array utility (get(std::pair<>&&)): Add. 2011-05-16 18:09:17 +00:00
bitset bitset (bitset<>::reference): Clean code, use normal reference type in experimental mode. 2010-11-27 10:04:19 +00:00
deque PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
forward_list PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
headers *: Use headername alias to associate private includes to public includes. 2010-12-19 09:21:16 +00:00
list PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
map 47628.cc: Do not test in C++0x mode. 2011-02-10 17:43:51 +00:00
multimap 47628.cc: Do not test in C++0x mode. 2011-02-10 17:43:51 +00:00
multiset testsuite_iterators.h: Guard move.h includes. 2010-12-16 22:02:38 +00:00
priority_queue
queue
set testsuite_iterators.h: Guard move.h includes. 2010-12-16 22:02:38 +00:00
stack
unordered_map PR libstdc++/44436 (partial) 2010-10-28 16:01:05 +00:00
unordered_multimap unordered_map (unordered_multimap<>::erase): Fix to erase all elements associated to the key. 2010-11-27 13:09:47 +00:00
unordered_multiset unordered_map (unordered_multimap<>::erase): Fix to erase all elements associated to the key. 2010-11-27 13:09:47 +00:00
unordered_set PR libstdc++/44436 (partial) 2010-10-28 16:01:05 +00:00
vector PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00