summaryrefslogtreecommitdiff
path: root/boost/spirit/home/x3/nonterminal/rule.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/spirit/home/x3/nonterminal/rule.hpp')
-rw-r--r--boost/spirit/home/x3/nonterminal/rule.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/spirit/home/x3/nonterminal/rule.hpp b/boost/spirit/home/x3/nonterminal/rule.hpp
index 0c8c9bcab5..8458a1ab34 100644
--- a/boost/spirit/home/x3/nonterminal/rule.hpp
+++ b/boost/spirit/home/x3/nonterminal/rule.hpp
@@ -36,7 +36,7 @@ namespace boost { namespace spirit { namespace x3
}
template <typename ID, typename RHS, typename Attribute, bool force_attribute_, bool skip_definition_injection = false>
- struct rule_definition : parser<rule_definition<ID, RHS, Attribute, force_attribute_>>
+ struct rule_definition : parser<rule_definition<ID, RHS, Attribute, force_attribute_, skip_definition_injection>>
{
typedef rule_definition<ID, RHS, Attribute, force_attribute_, skip_definition_injection> this_type;
typedef ID id;