Forceflow / libmorton

C++ header-only library with methods to efficiently encode/decode Morton codes in/from 2D/3D coordinates
MIT License
596 stars 71 forks source link

Added missing "defined" for ifs, which fixes compiler issues #50

Closed MR-Matthias closed 4 years ago

MR-Matthias commented 4 years ago

Example compiler error: "_MSC_VER" is not defined [-Werror=undef]

Forceflow commented 4 years ago

Good catch, thanks!