Edgewall Software
Modify

Opened 13 years ago

Closed 13 years ago

#10179 closed defect (invalid)

isfinite not in scope using cmath on os x

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

Attachments (0)

Change History (1)

comment:1 by Christian Boos, 13 years ago

Description: modified (diff)
Resolution: invalid
Status: newclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.