#686 closed defect (fixed)
cmath needed for two tests
| Reported by: | goatbar | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 3.6.1 |
| Component: | Default | Version: | main |
| Severity: | Unassigned | Keywords: | |
| Cc: |
Description
Could someone be so kind as to add
#include <cmath>
to these two files? We have a picky compiler demanding cmath for the proper definition of ISNAN.
- tests/unit/geom/CoordinateArraySequenceTest.cpp
- tests/unit/io/WKBWriterTest.cpp
Note:
See TracTickets
for help on using tickets.

r3975 in trunk