[geos-commits] [SCM] GEOS branch master updated. 327680c9fb644b6370274d9486f2756e7892f367

git at osgeo.org git at osgeo.org
Fri Dec 14 09:58:02 PST 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, master has been updated
       via  327680c9fb644b6370274d9486f2756e7892f367 (commit)
      from  10ff0f8d6809c212aa9eb75f710bd068a90ccff0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 327680c9fb644b6370274d9486f2756e7892f367
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Dec 14 09:57:47 2018 -0800

    Try fix build with isfinite macro

diff --git a/include/geos/platform.h.in b/include/geos/platform.h.in
index e734708..e2cfbf2 100644
--- a/include/geos/platform.h.in
+++ b/include/geos/platform.h.in
@@ -81,7 +81,7 @@ extern "C"
 # elif defined(__hpux__) && defined(__ia64__)
 #  define FINITE(x) (_Isfinite(x))
 # else
-#  define FINITE(x) (isfinite(x))
+#  define FINITE(x) (std::isfinite(x))
 # endif
 #endif
 

-----------------------------------------------------------------------

Summary of changes:
 include/geos/platform.h.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list