[geos-devel] [GEOS] #914: cmake compile under mingw64 gcc 8.1
GEOS
geos-trac at osgeo.org
Fri Aug 17 19:14:56 PDT 2018
#914: cmake compile under mingw64 gcc 8.1
-----------------------------------+---------------------------
Reporter: robe | Owner: geos-devel@…
Type: defect | Status: new
Priority: major | Milestone: 3.7.0
Component: Build/Install (cmake) | Version: master
Severity: Significant | Resolution:
Keywords: mingw64 gcc 8.1 |
-----------------------------------+---------------------------
Comment (by cvvergara):
Maybe because on C++11 cmath is standard, and then checking for isfinite
on cmath is useless.
Since C++11, isfinite shoud exist when using `include <cmath>`:
https://en.cppreference.com/w/cpp/numeric/math/isfinite
same applies to isnan
https://en.cppreference.com/w/cpp/numeric/math/isnan
--
Ticket URL: <https://trac.osgeo.org/geos/ticket/914#comment:5>
GEOS <http://trac.osgeo.org/geos>
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).
More information about the geos-devel
mailing list