gcc/libstdc++-v3/include/std
Paolo Carlini 1aa1114b63 tuple: Use noexcept where appropriate.
2011-05-17  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/std/tuple: Use noexcept where appropriate.
	(tuple<>::swap): Rework implementation.
	(_Head_base<>::_M_swap_impl): Remove.
	(get(std::tuple<>&&)): Add.
	* testsuite/20_util/tuple/element_access/get2.cc: New.
	* testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Adjust dg-error
	line number.

From-SVN: r173838
2011-05-18 00:12:58 +00:00
..
algorithm
array utility (get(std::pair<>&&)): Add. 2011-05-16 18:09:17 +00:00
atomic
bitset re PR libstdc++/48760 (std::complex constructor buggy in the face of NaN's) 2011-04-28 10:52:17 +00:00
chrono
complex re PR libstdc++/48760 (std::complex constructor buggy in the face of NaN's) 2011-04-28 10:52:17 +00:00
condition_variable
deque
forward_list
fstream
functional functional (bind): Remove from overload set when first argument type might be a socket file descriptor. 2011-05-03 01:03:38 +01:00
future re PR libstdc++/48521 ([C++0x] std::result_of doesn't work with pointer to member) 2011-04-19 14:26:08 +01:00
iomanip
ios
iosfwd
iostream
istream istream: Fix comments in the light of DR60 + N3168. 2011-04-15 16:18:22 +00:00
iterator
limits c++config (_GLIBCXX_NOEXCEPT, [...]): Add. 2011-05-15 18:21:03 +00:00
list
locale
map
memory
mutex
numeric
ostream
queue
random
ratio PR libstdc++/47913 (again) 2011-05-04 23:23:54 +00:00
regex
set
sstream
stack
stdexcept
streambuf
string
system_error
thread
tuple tuple: Use noexcept where appropriate. 2011-05-18 00:12:58 +00:00
type_traits [multiple changes] 2011-04-30 19:40:06 +00:00
typeindex
unordered_map
unordered_set
utility utility: Simplify the last commit, the whole std::get code is C++0x only. 2011-05-16 18:24:01 +00:00
valarray re PR libstdc++/48848 ([C++0x] std::valarray<T> functions missing) 2011-05-03 22:25:24 +00:00
vector