gcc/libstdc++-v3/testsuite/26_numerics
Jonathan Wakely 536c221d20 PR libstdc++/70607 make proj(T) and conj(T) return complex<T>
PR libstdc++/61791
	PR libstdc++/70607
	* include/std/complex (real(T), imag(T)): Add _GLIBCXX_CONSTEXPR.
	(proj(T), conj(T)): Change return types per DR 1522.
	* include/tr1/complex (conj): Remove overloads and use std::conj.
	* testsuite/26_numerics/complex/dr781_dr1137.cc: Rename to...
	* testsuite/26_numerics/complex/dr781.cc: ... this, and update.
	* testsuite/26_numerics/complex/value_operations/constexpr2.cc: Test
	real(T) and imag(T). Allow testing for C++11 too.

From-SVN: r244900
2017-01-25 15:01:05 +00:00
..
accumulate Update copyright years. 2017-01-01 13:07:43 +01:00
adjacent_difference Update copyright years. 2017-01-01 13:07:43 +01:00
complex PR libstdc++/70607 make proj(T) and conj(T) return complex<T> 2017-01-25 15:01:05 +00:00
gcd Update copyright years. 2017-01-01 13:07:43 +01:00
headers Update copyright years. 2017-01-01 13:07:43 +01:00
inner_product Update copyright years. 2017-01-01 13:07:43 +01:00
iota Update copyright years. 2017-01-01 13:07:43 +01:00
lcm Update copyright years. 2017-01-01 13:07:43 +01:00
partial_sum Update copyright years. 2017-01-01 13:07:43 +01:00
random PR69240 Define inequality operators for <random> param types 2017-01-20 15:28:48 +00:00
slice Update copyright years. 2017-01-01 13:07:43 +01:00
slice_array Update copyright years. 2017-01-01 13:07:43 +01:00
valarray Update copyright years. 2017-01-01 13:07:43 +01:00