gcc/libstdc++-v3/include/debug
Marc Glisse 63ebd8f129 re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)
2013-09-24  Marc Glisse  <marc.glisse@inria.fr>

	PR libstdc++/58338
	PR libstdc++/56166
	* include/bits/basic_string.h (basic_string)
	[basic_string(basic_string&&)]: Make the noexcept conditional.
	[operator=(basic_string&&), assign(basic_string&&)]: Link to PR 58265.
	[begin(), end(), rbegin(), rend(), clear]: Remove noexcept.
	[pop_back]: Comment on the lack of noexcept.
	* include/debug/string (basic_string) [basic_string(const _Allocator&),
	basic_string(basic_string&&), begin(), end(), rbegin(), rend(), clear,
	operator[](size_type), pop_back]: Comment out noexcept, until vstring
	replaces basic_string.

From-SVN: r202861
2013-09-24 10:07:32 +00:00
..
array Print additional info when various out-of-range conditions are detected. 2013-09-21 19:04:13 -07:00
bitset
debug.h
deque re PR libstdc++/58338 (Add noexcept to functions with a narrow contract) 2013-09-20 15:50:09 +00:00
formatter.h re PR libstdc++/57779 (vector insert fails to diagnose iterators pointing into *this in debug mode) 2013-08-01 19:54:46 +00:00
forward_list re PR libstdc++/57779 (vector insert fails to diagnose iterators pointing into *this in debug mode) 2013-08-01 19:54:46 +00:00
functions.h re PR libstdc++/58148 (Fails to insert iterator range into sequence container with -D_GLIBCXX_DEBUG when conversion is needed) 2013-08-30 20:55:37 +00:00
list re PR libstdc++/58338 (Add noexcept to functions with a narrow contract) 2013-09-18 18:31:01 +00:00
macros.h re PR libstdc++/58191 (Can't use boost transform_iterator with _GLIBCXX_DEBUG) 2013-08-30 20:16:03 +00:00
map
map.h
multimap.h
multiset.h
safe_base.h
safe_iterator.h re PR libstdc++/58049 (libstdc++ bootstrap failure for fix to PR libstdc++/57779) 2013-08-02 07:34:55 +00:00
safe_iterator.tcc
safe_local_iterator.h re PR libstdc++/58049 (libstdc++ bootstrap failure for fix to PR libstdc++/57779) 2013-08-02 07:34:55 +00:00
safe_local_iterator.tcc
safe_sequence.h
safe_sequence.tcc
safe_unordered_base.h
safe_unordered_container.h
safe_unordered_container.tcc
set
set.h
string re PR libstdc++/58338 (Add noexcept to functions with a narrow contract) 2013-09-24 10:07:32 +00:00
unordered_map re PR libstdc++/57065 (incorrect default allocator template for debug and profile unordered_map) 2013-04-25 09:42:46 +00:00
unordered_set hashtable_policy.h: Add C++11 allocator support. 2013-04-22 20:22:07 +00:00
vector re PR libstdc++/58338 (Add noexcept to functions with a narrow contract) 2013-09-17 12:23:54 +00:00