gcc/libstdc++-v3/include/std
Paolo Carlini 9f1163b171 re PR libstdc++/48760 (std::complex constructor buggy in the face of NaN's)
2011-04-28  Paolo Carlini  <paolo.carlini@oracle.com>

	PR libstdc++/48760
	* include/std/complex (complex<float>::complex(float, float),
	complex<double>::complex(double, double),
	complex<long double>::complex(long double, long double)): Use
	list-initialization in C++0x mode, initialize in the body in
	C++03 mode.
	* testsuite/26_numerics/complex/cons/48760.cc: New.
	* testsuite/26_numerics/complex/cons/48760_c++0x.cc: Likewise.

2011-04-28  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/std/bitset (_Base_bitset(unsigned long long)): Minor
	tweak, remove redundant round braces.

From-SVN: r173065
2011-04-28 10:52:17 +00:00
..
algorithm
array PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
atomic atomic: Remove atomic_address, uplift to N3225. 2011-02-16 19:01:51 +00:00
bitset re PR libstdc++/48760 (std::complex constructor buggy in the face of NaN's) 2011-04-28 10:52:17 +00:00
chrono PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
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 PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
deque
forward_list
fstream PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
functional re PR libstdc++/48521 ([C++0x] std::result_of doesn't work with pointer to member) 2011-04-19 14:26:08 +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 PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
ios
iosfwd PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
iostream PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
istream istream: Fix comments in the light of DR60 + N3168. 2011-04-15 16:18:22 +00:00
iterator
limits PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
list
locale
map
memory c++config (_GLIBCXX_DEPRECATED): To _GLIBCXX_USE_DEPRECATED. 2011-01-31 20:46:43 +00:00
mutex PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
numeric
ostream PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
queue
random
ratio ratio (ratio_less): Add comments. 2011-03-02 15:06:00 +00:00
regex
set
sstream re PR libstdc++/47921 (pbump will overflow when input n is larger than 2G-1) 2011-02-28 23:50:57 +00:00
stack
stdexcept Makefile.am: Add functional.cc, shared_ptr.cc. 2011-03-15 00:24:08 +00:00
streambuf re PR libstdc++/47921 (pbump will overflow when input n is larger than 2G-1) 2011-02-28 23:50:57 +00:00
string
system_error Makefile.am: Add functional.cc, shared_ptr.cc. 2011-03-15 00:24:08 +00:00
thread thread: Revert. 2011-03-16 00:02:11 +00:00
tuple re PR libstdc++/48476 ([C++0x] conversion between std::tuple which have reference member is rejected) 2011-04-12 10:31:33 +00:00
type_traits type_traits (struct underlying_type): Add. 2011-04-25 23:04:16 +00:00
typeindex PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
unordered_map
unordered_set
utility PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
valarray PR libstdc++/36104 part four 2011-01-30 22:39:36 +00:00
vector