diff options
Diffstat (limited to 'libstdc++-v3/include/bits/specfun.h')
-rw-r--r-- | libstdc++-v3/include/bits/specfun.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/include/bits/specfun.h b/libstdc++-v3/include/bits/specfun.h index afb1385..fdaaaf4 100644 --- a/libstdc++-v3/include/bits/specfun.h +++ b/libstdc++-v3/include/bits/specfun.h @@ -32,9 +32,9 @@ #include <bits/c++config.h> -#define __STDCPP_MATH_SPEC_FUNCS__ 201003L - -#define __cpp_lib_math_special_functions 201603L +#define __glibcxx_want_math_spec_funcs +#define __glibcxx_want_math_special_functions +#include <bits/version.h> #if __cplusplus <= 201403L && __STDCPP_WANT_MATH_SPEC_FUNCS__ == 0 # error include <cmath> and define __STDCPP_WANT_MATH_SPEC_FUNCS__ |