mapbox / geometry.hpp

C++ geometry types
ISC License
92 stars 37 forks source link

Build for g++-4.9 #51

Closed brunoabinader closed 7 years ago

brunoabinader commented 7 years ago

Adds support for compiling geometry.hpp tests - thus also working as a valid use case - in GCC 4.9. Unfortunately, there are some bugs in GCC 4.9 that we have to accommodate.

brunoabinader commented 7 years ago

@artemp sorry I didn't notice that https://github.com/mapbox/geometry.hpp/pull/48 was up - want to merge those patches here?