gcc/libstdc++-v3/include/c_global
Jonathan Wakely f8571e5150 Enable Mathematical Special Functions for C++17
* include/bits/c++config (_GLIBCXX_USE_STD_SPEC_FUNCS): Define for
	C++17, or for C++11/C++14 when __STDCPP_WANT_MATH_SPEC_FUNCS__ is
	true.
	* include/bits/specfun.h [!__STDCPP_WANT_MATH_SPEC_FUNCS__]: Don't
	do #error for C++17.
	* include/c_global/cmath: Check _GLIBCXX_USE_STD_SPEC_FUNCS instead
	of __STDCPP_WANT_MATH_SPEC_FUNCS__.
	* include/tr1/bessel_function.tcc: Likewise.
	* include/tr1/beta_function.tcc: Likewise.
	* include/tr1/cmath: Likewise.
	* include/tr1/ell_integral.tcc: Likewise.
	* include/tr1/exp_integral.tcc: Likewise.
	* include/tr1/gamma.tcc: Likewise.
	* include/tr1/hypergeometric.tcc: Likewise.
	* include/tr1/legendre_function.tcc: Likewise.
	* include/tr1/modified_bessel_func.tcc: Likewise.
	* include/tr1/poly_hermite.tcc: Likewise.
	* include/tr1/poly_laguerre.tcc: Likewise.
	* include/tr1/riemann_zeta.tcc: Likewise.
	* include/tr1/special_function_util.h: Likewise.
	* testsuite/26_numerics/headers/cmath/functions_std_c++17.cc: New.

From-SVN: r239081
2016-08-03 16:54:13 +01:00
..
cassert Update copyright years. 2016-01-04 15:30:50 +01:00
ccomplex Ensure C++ language linkage in cmath and cstdlib 2016-01-20 12:34:25 +00:00
cctype Update copyright years. 2016-01-04 15:30:50 +01:00
cerrno Update copyright years. 2016-01-04 15:30:50 +01:00
cfenv Update copyright years. 2016-01-04 15:30:50 +01:00
cfloat Update copyright years. 2016-01-04 15:30:50 +01:00
cinttypes Update copyright years. 2016-01-04 15:30:50 +01:00
ciso646 Update copyright years. 2016-01-04 15:30:50 +01:00
climits Update copyright years. 2016-01-04 15:30:50 +01:00
clocale Update copyright years. 2016-01-04 15:30:50 +01:00
cmath Enable Mathematical Special Functions for C++17 2016-08-03 16:54:13 +01:00
csetjmp Update copyright years. 2016-01-04 15:30:50 +01:00
csignal Update copyright years. 2016-01-04 15:30:50 +01:00
cstdalign Update copyright years. 2016-01-04 15:30:50 +01:00
cstdarg re PR libstdc++/69881 (with gcc-6 of today building gcc-4.9 fails) 2016-02-23 15:57:09 +00:00
cstdbool Update copyright years. 2016-01-04 15:30:50 +01:00
cstddef re PR libstdc++/69881 (with gcc-6 of today building gcc-4.9 fails) 2016-02-23 15:57:09 +00:00
cstdint Update copyright years. 2016-01-04 15:30:50 +01:00
cstdio Update copyright years. 2016-01-04 15:30:50 +01:00
cstdlib Ensure C++ language linkage in cmath and cstdlib 2016-01-20 12:34:25 +00:00
cstring Update copyright years. 2016-01-04 15:30:50 +01:00
ctgmath Ensure C++ language linkage in cmath and cstdlib 2016-01-20 12:34:25 +00:00
ctime Update copyright years. 2016-01-04 15:30:50 +01:00
cuchar Update copyright years. 2016-01-04 15:30:50 +01:00
cwchar Update copyright years. 2016-01-04 15:30:50 +01:00
cwctype Update copyright years. 2016-01-04 15:30:50 +01:00