gcc/libstdc++-v3/testsuite/tr1
Jonathan Wakely 9aee022eb9 libstdc++/69893 make <tr1/cmath> work with C++11
PR libstdc++/69893
	* include/tr1/cmath (acosh, asinh, atanh, cbrt, copysign, erf, erfc,
	exp2, expm1, fdim, fma, fmax, fmin, hypot, ilogb, lgamma, llrint,
	llround, log1p, log2, logb, lrint, lround, nan, nearbyint, nextafter,
	nexttoward, remainder, remquo, rint, round, scalbln, scalbn, tgamma,
	trunc) [__cplusplus >= 201103L]: Import from namespace std.
	(fabs) [__cplusplus < 201103L]: Import from namespace std.
	* include/tr1/complex (acosh, asinh, atanh) [__cplusplus >= 201103L]:
	Likewise.
	* testsuite/tr1/headers/c++200x/complex.cc: Add std::fabs to global
	namespace before including TR1 headers.
	* testsuite/tr1/headers/c++200x/math.cc: New test.

From-SVN: r233644
2016-02-23 19:49:31 +00:00
..
2_general_utilities Update copyright years. 2016-01-04 15:30:50 +01:00
3_function_objects Update copyright years. 2016-01-04 15:30:50 +01:00
4_metaprogramming Update copyright years. 2016-01-04 15:30:50 +01:00
5_numerical_facilities Implement TR29124 C++ special Math Functions. 2016-01-14 18:12:43 +00:00
6_containers Update copyright years. 2016-01-04 15:30:50 +01:00
7_regular_expressions Update copyright years. 2016-01-04 15:30:50 +01:00
8_c_compatibility Update copyright years. 2016-01-04 15:30:50 +01:00
headers libstdc++/69893 make <tr1/cmath> work with C++11 2016-02-23 19:49:31 +00:00