dodge operator precedence warning
This commit is contained in:
parent
2b8226316f
commit
8a1fdb3900
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ auto const geometry_tuple_def =
|
|||
|
|
||||
properties[assign_properties]
|
||||
|
|
||||
omit[json_string] > lit(':') > omit[json_value]) % lit(',')
|
||||
(omit[json_string] > lit(':') > omit[json_value])) % lit(',')
|
||||
;
|
||||
|
||||
auto const geometry_def = lit("{") > geometry_tuple[create_geometry] > lit("}");
|
||||
|
|
Loading…
Reference in a new issue