Edgewall Software

Opened 13 years ago

Closed 13 years ago

#10179 closed defect (invalid)

isfinite not in scope using cmath on os x — at Version 1

Reported by: jklowden@… 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 Christian Boos)

The following patch allows compilation on a modern mac.

  • src/algorithm/RobustDeterminant.cpp

     
    2323#include <geos/util/IllegalArgumentException.h>
    2424
    2525#include <cmath>
     26using std::isfinite;
    2627
    2728#include <geos/platform.h> // for ISNAN, FINITE
    2829

Change History (1)

comment:1 by Christian Boos, 13 years ago

Description: modified (diff)
Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.