gcc/libstdc++-v3/include/ext
Jonathan Wakely c5d9ec5670 c++config (_GLIBCXX_NOEXCEPT_IF): Define.
* include/bits/c++config (_GLIBCXX_NOEXCEPT_IF): Define.
	* include/bits/forward_list.h (forward_list::swap): Make noexcept
	unconditional.
	* include/bits/hashtable.h (_Hashtable::swap): Do not use
	_S_nothrow_swap().
	* include/bits/stl_bvector.h (vector<bool>::swap): Make noexcept
	unconditional.
	* include/bits/stl_deque.h (deque::swap): Likewise.
	(swap(deque&, deque&)): Use _GLIBCXX_NOEXCEPT_IF.
	* include/bits/stl_list.h (list::swap): Make noexcept unconditional.
	(swap(list&, list&)): Use _GLIBCXX_NOEXCEPT_IF.
	* include/bits/stl_map.h (map::swap, swap(map&, map&)): Use
	_GLIBCXX_NOEXCEPT_IF, do not depend on _S_nothrow_swap.
	* include/bits/stl_multimap.h (multimap::swap,
	swap(multimap&, multimap&)): Likewise.
	* include/bits/stl_multiset.h (multiset::swap,
	swap(multiset&, multiset&)): Likewise.
	* include/bits/stl_set.h (set::swap, swap(set&, set&)): Likewise.
	* include/bits/stl_tree.h (_Rb_tree::swap,
	swap(_Rb_tree&, _Rb_tree&)): Likewise.
	* include/bits/stl_vector.h (vector::swap): Make noexcept
	unconditional.
	(swap(vector&, vector&)): Use _GLIBCXX_NOEXCEPT_IF.
	* include/debug/deque (deque::swap, swap): Likewise.
	* include/debug/forward_list (swap): Add noexcept.
	* include/debug/list (list::swap, swap): Use _GLIBCXX_NOEXCEPT_IF.
	* include/debug/map.h (map::swap, swap): Likewise.
	* include/debug/multimap.h (multimap::swap, swap): Likewise.
	* include/debug/multiset.h (multiset::Swap, swap): Likewise.
	* include/debug/set.h (set::swap, swap): Likewise.
	* include/debug/unordered_map (unordered_map::swap,
	unordered_multimap::swap, swap): Likewise.
	* include/debug/unordered_set (unordered_set::swap,
	unordered_multiset::swap, swap): Likewise.
	* include/debug/vector (vector::swap, swap): Likewise.
	* include/ext/alloc_traits.h (__alloc_traits::_S_nothrow_swap()):
	Remove.
	* include/profile/deque (deque::swap, swap): Use _GLIBCXX_NOEXCEPT_IF.
	* include/profile/forward_list (swap): Add noexcept.
	* include/profile/list (list::swap, swap) : Use _GLIBCXX_NOEXCEPT_IF.
	* include/profile/map.h (map::swap, swap): Likewise.
	* include/profile/multimap.h (multimap::swap, swap): Likewise.
	* include/profile/multiset.h (multiset::swap, swap): Likewise.
	* include/profile/set.h (set::swap, swap): Likewise.
	* include/profile/unordered_map (swap): Likewise.
	* include/profile/unordered_set (swap): Likewise.
	* include/profile/vector (vector::swap, swap): Likewise. Remove
	overloads for swapping rvalues.
	* testsuite/23_containers/deque/allocator/noexcept.cc: Update tests
	for noexcept on swap.
	* testsuite/23_containers/forward_list/allocator/noexcept.cc:
	Likewise.
	* testsuite/23_containers/list/allocator/noexcept.cc: Likewise.
	* testsuite/23_containers/map/allocator/noexcept.cc: Likewise.
	* testsuite/23_containers/multimap/allocator/noexcept.cc: Likewise.
	* testsuite/23_containers/multiset/allocator/noexcept.cc: Likewise.
	* testsuite/23_containers/set/allocator/noexcept.cc: Likewise.
	* testsuite/23_containers/unordered_map/allocator/noexcept.cc:
	Likewise.
	* testsuite/23_containers/unordered_multimap/allocator/noexcept.cc:
	Likewise.
	* testsuite/23_containers/unordered_multiset/allocator/noexcept.cc:
	Likewise.
	* testsuite/23_containers/unordered_set/allocator/noexcept.cc:
	Likewise.
	* testsuite/23_containers/vector/allocator/noexcept.cc: Likewise.
	* testsuite/23_containers/vector/bool/allocator/noexcept.cc: Likewise.
	* testsuite/ext/profile/mutex_extensions_neg.cc: Adjust dg-error line
	number.

From-SVN: r225744
2015-07-13 18:15:48 +01:00
..
pb_ds atomic_base.h: Use __always_inline__ instead of always_inline. 2015-01-29 12:47:20 +00:00
algorithm Update copyright years. 2015-01-05 13:33:28 +01:00
aligned_buffer.h re PR libstdc++/66017 (Undefined behaviour in std::set<long long>) 2015-05-27 12:18:37 +01:00
alloc_traits.h c++config (_GLIBCXX_NOEXCEPT_IF): Define. 2015-07-13 18:15:48 +01:00
array_allocator.h Implement N4258 (Cleaning-up noexcept in the Library rev 3) 2015-06-26 21:10:24 +01:00
atomicity.h Use atomics in guard.cc. 2015-06-12 09:49:41 +00:00
bitmap_allocator.h Update copyright years. 2015-01-05 13:33:28 +01:00
cast.h Update copyright years. 2015-01-05 13:33:28 +01:00
cmath Update copyright years. 2015-01-05 13:33:28 +01:00
codecvt_specializations.h c++config (__gnu_cxx::__cxx11): Define new namespace. 2015-03-20 13:26:55 +00:00
concurrence.h Update copyright years. 2015-01-05 13:33:28 +01:00
debug_allocator.h Update copyright years. 2015-01-05 13:33:28 +01:00
enc_filebuf.h Update copyright years. 2015-01-05 13:33:28 +01:00
extptr_allocator.h Update copyright years. 2015-01-05 13:33:28 +01:00
functional Update copyright years. 2015-01-05 13:33:28 +01:00
iterator Update copyright years. 2015-01-05 13:33:28 +01:00
malloc_allocator.h Update copyright years. 2015-01-05 13:33:28 +01:00
memory Update copyright years. 2015-01-05 13:33:28 +01:00
mt_allocator.h Update copyright years. 2015-01-05 13:33:28 +01:00
new_allocator.h Update copyright years. 2015-01-05 13:33:28 +01:00
numeric Update copyright years. 2015-01-05 13:33:28 +01:00
numeric_traits.h Update copyright years. 2015-01-05 13:33:28 +01:00
pod_char_traits.h Update copyright years. 2015-01-05 13:33:28 +01:00
pointer.h Update copyright years. 2015-01-05 13:33:28 +01:00
pool_allocator.h Update copyright years. 2015-01-05 13:33:28 +01:00
random Update copyright years. 2015-01-05 13:33:28 +01:00
random.tcc Update copyright years. 2015-01-05 13:33:28 +01:00
rb_tree Update copyright years. 2015-01-05 13:33:28 +01:00
rc_string_base.h Update copyright years. 2015-01-05 13:33:28 +01:00
rope Update copyright years. 2015-01-05 13:33:28 +01:00
ropeimpl.h Update copyright years. 2015-01-05 13:33:28 +01:00
slist Update copyright years. 2015-01-05 13:33:28 +01:00
sso_string_base.h Update copyright years. 2015-01-05 13:33:28 +01:00
stdio_filebuf.h Update copyright years. 2015-01-05 13:33:28 +01:00
stdio_sync_filebuf.h Update copyright years. 2015-01-05 13:33:28 +01:00
string_conversions.h Update copyright years. 2015-01-05 13:33:28 +01:00
throw_allocator.h Update copyright years. 2015-01-05 13:33:28 +01:00
type_traits.h Update copyright years. 2015-01-05 13:33:28 +01:00
typelist.h Update copyright years. 2015-01-05 13:33:28 +01:00
vstring.h Update copyright years. 2015-01-05 13:33:28 +01:00
vstring.tcc Update copyright years. 2015-01-05 13:33:28 +01:00
vstring_fwd.h Update copyright years. 2015-01-05 13:33:28 +01:00
vstring_util.h Update copyright years. 2015-01-05 13:33:28 +01:00