Added command delimiters
This commit is contained in:
@@ -92,12 +92,6 @@ struct Rule {
|
||||
Rule operator~() {
|
||||
return Rule(boost::bind(Optional_Rule, _1, _2, _3, _4, _5, *this));
|
||||
}
|
||||
|
||||
//const RuleImplPtr get_impl() const { return impl; }
|
||||
|
||||
//private:
|
||||
//RuleImplPtr impl;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user