+ use comma and space as delimiters
This commit is contained in:
parent
7961a12281
commit
8d14ac7e00
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ struct image_filter_grammar :
|
|||
|
||||
#if BOOST_VERSION >= 104700
|
||||
using qi::no_skip;
|
||||
start = -(filter % no_skip[*char_("; ")])
|
||||
start = -(filter % no_skip[*char_(", ")])
|
||||
;
|
||||
#else
|
||||
start = -(filter)
|
||||
|
|
Loading…
Add table
Reference in a new issue