6 lines
102 B
C++
6 lines
102 B
C++
#include <mapbox/geometry.hpp>
|
|
|
|
void test() {
|
|
mapbox::geometry::geometry_collection<double> gc;
|
|
}
|