geos
geos copied to clipboard
std::isnan() failing to work on iOS in a Release build.
The following method of Envelope is failing to return true for new Envelope object.
bool isNull(void) const { return std::isnan(maxx); };
Going to need a fix as well as a ticket, as we do not have iOS environments here.
Going to close this absent any feedback. I cannot replicate on Apple Silicon and standard Apple build tools.