Modify ↓
Opened 14 years ago
Closed 14 years ago
#10179 closed defect (invalid)
isfinite not in scope using cmath on os x
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | |
Severity: | normal | Keywords: | mac os x |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
The following patch allows compilation on a modern mac.
-
src/algorithm/RobustDeterminant.cpp
23 23 #include <geos/util/IllegalArgumentException.h> 24 24 25 25 #include <cmath> 26 using std::isfinite; 26 27 27 28 #include <geos/platform.h> // for ISNAN, FINITE 28 29
Attachments (0)
Change History (1)
comment:1 by , 14 years ago
Description: | modified (diff) |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
WrongTrac - try http://trac.osgeo.org/geos.