repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git]
/
external
/
firebird
/
libc++.patch
blob
270c0772a31261474644e4d4d58b2b42fcddee4a
1
--- src/common/classes/FpeControl.h
2
+++ src/common/classes/FpeControl.h
3
@@ -222,7 +222,7 @@
4
{
5
return (!_finite (x) && !isnan(x));
6
}
7
-#else
8
+#elif !defined _LIBCPP_VERSION || _LIBCPP_VERSION < 3900
9
#ifndef isinf
10
template <typename F>
11
inline bool isinf(F x)