diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2016-08-03 16:54:13 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2016-08-03 16:54:13 +0100 |
commit | f8571e51501fcc76d7e8cad4b4e1d281c57d8008 (patch) | |
tree | 390e0c4e68b3382f5c501c1cb4665d52b98ea147 /gcc | |
parent | 27631a2542a0d95d4c66006ea32adaf212708d02 (diff) | |
download | gcc-f8571e51501fcc76d7e8cad4b4e1d281c57d8008.zip gcc-f8571e51501fcc76d7e8cad4b4e1d281c57d8008.tar.gz gcc-f8571e51501fcc76d7e8cad4b4e1d281c57d8008.tar.bz2 |
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
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions