diff --git a/include/mapnik/wkt/wkt_grammar_x3_def.hpp b/include/mapnik/wkt/wkt_grammar_x3_def.hpp index be9bcd0c7..f2cff7b21 100644 --- a/include/mapnik/wkt/wkt_grammar_x3_def.hpp +++ b/include/mapnik/wkt/wkt_grammar_x3_def.hpp @@ -31,10 +31,14 @@ // fixes gcc6 compilation issue namespace boost { namespace spirit { namespace x3 { namespace traits { -using ring_type = mapnik::geometry::linear_ring; -template <> -struct is_substitute - : is_substitute {}; +template +struct is_substitute + : is_substitute {}; + +//using ring_type = mapnik::geometry::linear_ring; +//template <> +//struct is_substitute +// : is_substitute {}; }}}} #endif