fix compile with boost 1.44 or 1.45 - closes #1176
This commit is contained in:
parent
6de1a84949
commit
422fe6e6be
1 changed files with 0 additions and 3 deletions
|
@ -139,11 +139,8 @@ 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;
|
||||
#else
|
||||
using qi::lexeme;
|
||||
#endif
|
||||
using qi::_val;
|
||||
using qi::lit;
|
||||
using qi::int_;
|
||||
|
|
Loading…
Reference in a new issue