geos icon indicating copy to clipboard operation
geos copied to clipboard

std::isnan() failing to work on iOS in a Release build.

Open mtyberg opened this issue 3 years ago • 1 comments

The following method of Envelope is failing to return true for new Envelope object.

bool isNull(void) const { return std::isnan(maxx); };

mtyberg avatar Jul 13 '22 15:07 mtyberg

Going to need a fix as well as a ticket, as we do not have iOS environments here.

pramsey avatar Jul 13 '22 15:07 pramsey

Going to close this absent any feedback. I cannot replicate on Apple Silicon and standard Apple build tools.

pramsey avatar Mar 10 '23 17:03 pramsey