Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / external / firebird / libc++.patch
blob270c0772a31261474644e4d4d58b2b42fcddee4a
1 --- src/common/classes/FpeControl.h
2 +++ src/common/classes/FpeControl.h
3 @@ -222,7 +222,7 @@
5 return (!_finite (x) && !isnan(x));
7 -#else
8 +#elif !defined _LIBCPP_VERSION || _LIBCPP_VERSION < 3900
9 #ifndef isinf
10 template <typename F>
11 inline bool isinf(F x)