parent
3d89e4001a
commit
8f79641383
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ struct image_filter_grammar :
|
|||
using phoenix::push_back;
|
||||
using phoenix::construct;
|
||||
|
||||
#if BOOST_VERSION > 104600
|
||||
#if BOOST_VERSION >= 104700
|
||||
using qi::no_skip;
|
||||
start = -(filter % no_skip[*char_("; ")])
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue