From aefeb9947188467c2c1becb877d9fc7be7a95b3b Mon Sep 17 00:00:00 2001 From: "Philipp A. Baer" Date: Fri, 6 May 2016 09:05:03 +0200 Subject: [PATCH] Fix compile error introduced in e34a955f2fbbf374870dee3329f89805cd775e6c: missing template arguments --- include/boost/spirit/repository/home/karma/nonterminal/subrule.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/spirit/repository/home/karma/nonterminal/subrule.hpp b/include/boost/spirit/repository/home/karma/nonterminal/subrule.hpp index a2893bc404..b28f12fad4 100644 --- a/include/boost/spirit/repository/home/karma/nonterminal/subrule.hpp +++ b/include/boost/spirit/repository/home/karma/nonterminal/subrule.hpp @@ -357,7 +357,7 @@ namespace boost { namespace spirit { namespace repository { namespace karma locals_type; typedef typename - spirit::detail::extract_sig::type + spirit::detail::extract_sig::type sig_type; // This is the subrule's attribute type