diff options
Diffstat (limited to 'libstdc++-v3/include/c_std/bits/std_cmath.h')
| -rw-r--r-- | libstdc++-v3/include/c_std/bits/std_cmath.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libstdc++-v3/include/c_std/bits/std_cmath.h b/libstdc++-v3/include/c_std/bits/std_cmath.h index dcc5103bbdb..221b8157885 100644 --- a/libstdc++-v3/include/c_std/bits/std_cmath.h +++ b/libstdc++-v3/include/c_std/bits/std_cmath.h @@ -330,7 +330,6 @@ namespace _C_legacy { inline double _CPP_tanh_capture(double __x) { return tanh(__x); } -#ifdef _GLIBCPP_USE_LONG_DOUBLE #if _GLIBCPP_HAVE_ACOSL inline long double _CPP_acos_capture(long double __x) { return acosl(__x); } @@ -535,7 +534,6 @@ namespace _C_legacy { inline long double _CPP_tanh_capture(long double __x) { return tanh(static_cast<double>(__x)); } #endif -#endif // _GLIBCPP_USE_LONG_DOUBLE } // namespace _C_legacy # undef abs @@ -718,7 +716,6 @@ namespace std { inline double tanh(double __x) { return _C_legacy::_CPP_tanh_capture(__x); } -#ifdef _GLIBCPP_USE_LONG_DOUBLE inline long double abs(long double __x) { return _C_legacy::_CPP_fabs_capture(__x); } @@ -796,7 +793,6 @@ namespace std { inline long double tanh(long double __x) { return _C_legacy::_CPP_tanh_capture(__x); } -#endif // _GLIBCPP_USE_LONG_DOUBLE } // namespace std |

