gcc/libstdc++-v3/testsuite/26_numerics
Paolo Carlini 3fd29fa912 complex (pow(const complex<>&, int)): Do not define in C++0x mode, per DR 844.
2008-06-12  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/std/complex (pow(const complex<>&, int)): Do not define in
	C++0x mode, per DR 844.
	* include/tr1/complex (pow(const complex<>&, int)): Remove.
	* doc/xml/manual/intro.xml: Add an entry for DR 844.
	* testsuite/26_numerics/complex/dr844.cc: New.
	* testsuite/tr1/8_c_compatibility/complex/overloads_int.cc: Adjust.

From-SVN: r136694
2008-06-12 10:17:53 +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 (pow(const complex<>&, int)): Do not define in C++0x mode, per DR 844. 2008-06-12 10:17:53 +00:00
headers cmath (pow(float, int), [...]): Do not define in C++0x mode, per DR 550. 2008-05-26 19:18:24 +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