From d4e1cb9ae740c55a015667b69ddae133089c996d Mon Sep 17 00:00:00 2001 From: artemp Date: Sun, 27 Nov 2016 17:06:02 +0100 Subject: [PATCH] add an extra extract_bounding_boxes_reverse_context_type definition --- .../json/extract_bounding_boxes_x3_config.hpp | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/include/mapnik/json/extract_bounding_boxes_x3_config.hpp b/include/mapnik/json/extract_bounding_boxes_x3_config.hpp index 8cdf9f03e..927be8f9c 100644 --- a/include/mapnik/json/extract_bounding_boxes_x3_config.hpp +++ b/include/mapnik/json/extract_bounding_boxes_x3_config.hpp @@ -75,17 +75,20 @@ using space_type = x3::standard::space_type; using phrase_parse_context_type = x3::phrase_parse_context::type; -using context_type = x3::with_context const, +using context_type = x3::with_context const, phrase_parse_context_type>::type; using extract_bounding_boxes_context_type = - x3::with_context const, - x3::with_context const, + x3::with_context const, + x3::with_context const, context_type>::type>::type; +using extract_bounding_boxes_reverse_context_type = + x3::with_context const, + x3::with_context const, + x3::with_context const, + phrase_parse_context_type>::type>::type>::type; + }}}