From 4475754e8ad84ea42ca7f7df0ca784004d4b128c Mon Sep 17 00:00:00 2001 From: artemp Date: Mon, 19 Dec 2016 17:02:45 +0100 Subject: [PATCH] deduce types --- src/json/unicode_string_grammar_x3.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/json/unicode_string_grammar_x3.cpp b/src/json/unicode_string_grammar_x3.cpp index eef120098..4f8289a42 100644 --- a/src/json/unicode_string_grammar_x3.cpp +++ b/src/json/unicode_string_grammar_x3.cpp @@ -48,6 +48,7 @@ BOOST_SPIRIT_INSTANTIATE_UNUSED(unicode_string_grammar_type, iterator_type, extr BOOST_SPIRIT_INSTANTIATE_UNUSED(unicode_string_grammar_type, iterator_type, extract_bounding_boxes_context_type_f); BOOST_SPIRIT_INSTANTIATE_UNUSED(unicode_string_grammar_type, iterator_type, extract_bounding_boxes_reverse_context_type_f); -}}} +template bool mapnik::json::grammar::parse_rule, 0>, boost::fusion::std_tuple_iterator, 1>>> (unicode_string_grammar_type, iterator_type&, iterator_type const&, phrase_parse_context_type const&, boost::fusion::iterator_range, 0>, boost::fusion::std_tuple_iterator, 1> >&); -template bool mapnik::json::grammar::parse_rule const, boost::spirit::x3::unused_type>, boost::fusion::iterator_range, std::allocator >, mapnik::json::json_value>, 0>, boost::fusion::std_tuple_iterator, std::allocator >, mapnik::json::json_value>, 1> > >(boost::spirit::x3::rule, std::allocator >, false>, char const*&, char const* const&, boost::spirit::x3::context const, boost::spirit::x3::unused_type> const&, boost::fusion::iterator_range, std::allocator >, mapnik::json::json_value>, 0>, boost::fusion::std_tuple_iterator, std::allocator >, mapnik::json::json_value>, 1> >&); +}}}