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), 9 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> > 
    7373                         choose_by_content_diff_tag,
    7474                         split_default_tag,
    7575                         linear_tag,
     76#if BOOST_VERSION >= 105700
     77                         node_variant_static_tag>;
     78#else
    7679                         node_s_mem_static_tag>;
     80
     81#endif
    7782};
    7883
    7984}}}}}