blob: 270c0772a31261474644e4d4d58b2b42fcddee4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/common/classes/FpeControl.h
+++ src/common/classes/FpeControl.h
@@ -222,7 +222,7 @@
{
return (!_finite (x) && !isnan(x));
}
-#else
+#elif !defined _LIBCPP_VERSION || _LIBCPP_VERSION < 3900
#ifndef isinf
template <typename F>
inline bool isinf(F x)
|