gcc/libstdc++-v3/testsuite/26_numerics
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
..
accumulate base.h: Added plus and multiplies functor for differently typed objects. 2007-10-08 21:14:45 +00:00
adjacent_difference stl_algo.h: Add return type information to comments. 2007-09-26 17:04:06 +00:00
complex complex (complex<>::real(_Tp), [...]): Add per DR 387. 2008-05-25 18:59:19 +00:00
headers [multiple changes] 2007-12-10 13:53:10 +00:00
inner_product base.h: Added plus and multiplies functor for differently typed objects. 2007-10-08 21:14:45 +00:00
partial_sum stl_algo.h: Add return type information to comments. 2007-09-26 17:04:06 +00:00
slice stl_algo.h: Add return type information to comments. 2007-09-26 17:04:06 +00:00
slice_array stl_algo.h: Add return type information to comments. 2007-09-26 17:04:06 +00:00
valarray stl_algo.h: Add return type information to comments. 2007-09-26 17:04:06 +00:00