Ticket #45944: patch-plugins-input-geojson-geojson_datasource.hpp.diff
File patch-plugins-input-geojson-geojson_datasource.hpp.diff, 583 bytes (added by ryandesign (Ryan Carsten Schmidt), 10 years ago) |
---|
-
plugins/input/geojson/geojson_datasource.hpp
Fix build with boost 1.57 and later https://github.com/mapnik/mapnik/commit/a65987af319f3a8a844198e302a8e8a0c0a4fe21
old new struct options_type<geojson_linear<Max,Min> > 73 73 choose_by_content_diff_tag, 74 74 split_default_tag, 75 75 linear_tag, 76 #if BOOST_VERSION >= 105700 77 node_variant_static_tag>; 78 #else 76 79 node_s_mem_static_tag>; 80 81 #endif 77 82 }; 78 83 79 84 }}}}}