diff --git a/include/mapnik/json/feature_generator_grammar.hpp b/include/mapnik/json/feature_generator_grammar.hpp index 6fb06cc9d..7bfbbc5e2 100644 --- a/include/mapnik/json/feature_generator_grammar.hpp +++ b/include/mapnik/json/feature_generator_grammar.hpp @@ -63,6 +63,7 @@ struct end_container } }; +#if BOOST_VERSION >= 106900 template <> struct transform_attribute : detail::transform_attribute_base @@ -73,7 +74,7 @@ struct transform_attribute : detail::transform_attribute_base, mapnik::feature_impl const&, boost::spirit::karma::domain> {}; - +#endif }}} namespace mapnik { namespace json {