mapbox / geojson-cpp

A C++14 library for converting GeoJSON into geometry.hpp representation
ISC License
66 stars 27 forks source link

non-header-only library #3

Closed jfirebaugh closed 8 years ago

jfirebaugh commented 8 years ago

I think this should not be a header only library, so that the dependency on RapidJSON can be hidden from the header file, and not something that downstream consumers need to arrange to provide themselves.

jfirebaugh commented 8 years ago

Done in #6.