close #1176 again
This commit is contained in:
parent
422fe6e6be
commit
a4b3daf181
1 changed files with 2 additions and 0 deletions
|
@ -139,7 +139,9 @@ struct expression_grammar : qi::grammar<Iterator, expr_node(), space_type>
|
|||
using qi::_a;
|
||||
using qi::_b;
|
||||
using qi::_r1;
|
||||
#if BOOST_VERSION > 104200
|
||||
using qi::no_skip;
|
||||
#endif
|
||||
using qi::lexeme;
|
||||
using qi::_val;
|
||||
using qi::lit;
|
||||
|
|
Loading…
Reference in a new issue