From 0dff423c44d6a5bfaa3157a4a0b232e600d89fd2 Mon Sep 17 00:00:00 2001 From: artemp Date: Tue, 14 Mar 2017 11:22:11 +0000 Subject: [PATCH] cleanup --- include/mapnik/wkt/wkt_grammar_x3_def.hpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/include/mapnik/wkt/wkt_grammar_x3_def.hpp b/include/mapnik/wkt/wkt_grammar_x3_def.hpp index f2cff7b21..2b6addcf4 100644 --- a/include/mapnik/wkt/wkt_grammar_x3_def.hpp +++ b/include/mapnik/wkt/wkt_grammar_x3_def.hpp @@ -27,19 +27,13 @@ #include #if defined(__GNUC__) -// instantiate `is_substitute` for const reference T and reference Attribute +// instantiate `is_substitute` for reference T and reference Attribute // fixes gcc6 compilation issue namespace boost { namespace spirit { namespace x3 { namespace traits { template struct is_substitute : is_substitute {}; - -//using ring_type = mapnik::geometry::linear_ring; -//template <> -//struct is_substitute -// : is_substitute {}; - }}}} #endif