gcc/libstdc++-v3/testsuite/26_numerics
Jonathan Wakely 3f93466af4 Add C++11 <cmath> overloads to the global namespace
PR libstdc++/60401
	* include/c_compatibility/math.h (acosh, asinh, atanh, acbrt,
	copysign, erf, erfc, exp2, expm1, fdim, fma, fmax, fmin, hypot, ilogb,
	lgamma, llrint, llround, log1p, log2, logb, lrint, lround, nearbyint,
	nextafter, nexttoward, remainder, remquo, rint, round, scalbln, scalbn,
	tgamma, trunc) [__cplusplus >= 201103L && _GLIBCXX_USE_C99_MATH_TR1]:
	Add using declarations.
	* testsuite/26_numerics/headers/cmath/60401.cc: New.

From-SVN: r232627
2016-01-20 17:44:58 +00:00
..
accumulate Update copyright years. 2016-01-04 15:30:50 +01:00
adjacent_difference Update copyright years. 2016-01-04 15:30:50 +01:00
complex Update copyright years. 2016-01-04 15:30:50 +01:00
headers Add C++11 <cmath> overloads to the global namespace 2016-01-20 17:44:58 +00:00
inner_product Update copyright years. 2016-01-04 15:30:50 +01:00
iota Update copyright years. 2016-01-04 15:30:50 +01:00
partial_sum Update copyright years. 2016-01-04 15:30:50 +01:00
random Update copyright years. 2016-01-04 15:30:50 +01:00
slice Update copyright years. 2016-01-04 15:30:50 +01:00
slice_array Update copyright years. 2016-01-04 15:30:50 +01:00
valarray Update copyright years. 2016-01-04 15:30:50 +01:00