osrm-backend/third_party/geometry.hpp-0.9.2/tests/collection.cpp
2018-04-27 05:21:08 +02:00

6 lines
102 B
C++

#include <mapbox/geometry.hpp>
void test() {
mapbox::geometry::geometry_collection<double> gc;
}