gcc/libstdc++-v3/testsuite/26_numerics/complex
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
..
inserters_extractors complex: Add missing extern template declarations. 2007-05-06 18:51:10 +00:00
13450.cc 13450.cc: Do not test long double in IBM long double case. 2006-11-14 16:01:41 +00:00
buggy_complex.cc All files: Update FSF address. 2005-08-17 02:28:44 +00:00
complex_value.cc All files: Update FSF address. 2005-08-17 02:28:44 +00:00
dr387.cc complex (complex<>::real(_Tp), [...]): Add per DR 387. 2008-05-25 18:59:19 +00:00
dr781.cc dr781.cc: Add test variable. 2008-05-22 11:54:41 +00:00
pow.cc