gcc/libstdc++-v3/include/std
Paolo Carlini 23ed71c60c complex (complex<>::real(_Tp), [...]): Add per DR 387.
2008-05-25  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/std/complex (complex<>::real(_Tp), complex<>::imag(_Tp),
	complex<float>::real(float), complex<float>::imag(float),
	complex<double>::real(double), complex<double>::imag(double),
	complex<long double>::real(long double),
	complex<long double>::imag(long double)): Add per DR 387.
	(complex<>::real(), complex<>::imag(), complex<float>::real(),
	complex<float>::imag(), complex<double>::real(),
	complex<double>::imag(), complex<long double>::real(),
	complex<long double>::imag(long double)): Adjust in C++0x mode.
	(real(complex<>&), imag(complex<>&), real(const complex<>&),
	imag(const complex<>&)): Likewise.
	* testsuite/26_numerics/complex/dr387.cc: New.
	* doc/xml/manual/intro.xml: Add an entry for DR 387.

From-SVN: r135878
2008-05-25 18:59:19 +00:00
..
algorithm
array tuple: Consistency check for include guard, doxygen file markup. 2008-04-10 19:02:57 +00:00
bitset bitset (bitset<>::bitset(const char*)): Add per DR 778. 2008-05-21 20:46:16 +00:00
c++0x_warning.h
complex complex (complex<>::real(_Tp), [...]): Add per DR 387. 2008-05-25 18:59:19 +00:00
condition_variable condition_variable: New. 2008-05-06 21:11:47 +00:00
date_time tuple: Consistency check for include guard, doxygen file markup. 2008-04-10 19:02:57 +00:00
deque
fstream auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
functional
iomanip
ios
iosfwd
iostream
istream re PR libstdc++/16251 (bogus default constructor for std::basic_iostream) 2008-02-10 15:48:10 +00:00
iterator
limits PR c++/33979 (partial) 2008-05-20 18:11:34 +00:00
list
locale
map
memory
mutex mutex (mutex::try_lock): Eat errors. 2008-05-15 00:52:48 +00:00
numeric
ostream system_error: Align to current draft specifications. 2008-05-16 21:55:00 +00:00
queue
random
regex tuple: Consistency check for include guard, doxygen file markup. 2008-04-10 19:02:57 +00:00
set
sstream sstream: Adjust braces. 2008-05-14 13:12:02 +00:00
stack
stdexcept auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
streambuf auto_ptr.h: Fix comment typos. 2008-01-31 18:44:55 +00:00
string
system_error system_error: Align to current draft specifications. 2008-05-16 21:55:00 +00:00
tuple tuple: Replace int -> size_t throughout per DR 775. 2008-05-23 23:08:41 +00:00
type_traits tuple: Consistency check for include guard, doxygen file markup. 2008-04-10 19:02:57 +00:00
unordered_map re PR libstdc++/35922 (std::unordered_map missing in debug mode) 2008-04-26 02:21:37 +00:00
unordered_set
utility
valarray
vector