zhm / node-spatialite

Standalone, cross-platform SpatiaLite 4.0 binding for node.js with all features enabled
Other
67 stars 17 forks source link

Added std::isnan(x) to compile on Ubuntu 16.04 LTS #17

Open Spaxe opened 7 years ago

Spaxe commented 7 years ago

This resolves a compiler error trying to compile node-spatialite on Ubuntu 16.04.

Patch credit in Issue #16.

Spaxe commented 7 years ago

Looks like your CI is also broken with should-equal, @zhm