mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-15 15:40:56 +01:00
PrimaryExpr - replaced use of inner_node_d with two discard_node_d. This
appears to be a regression in Boost 1.33.1, because it worked in Boost 1.32. Might be it was wrong before and has now been fixed and my usage was incorrect.
This commit is contained in:
parent
875bfe4a58
commit
f85d3f79c0
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ struct xpath_grammar_definition
|
|||
(VariableReference
|
||||
| Number
|
||||
| FunctionCall
|
||||
| inner_node_d[LeftBracket >> S >> Expr >> S >> RightBracket]
|
||||
| discard_node_d[LeftBracket] >> S >> Expr >> S >> discard_node_d[RightBracket]
|
||||
| Literal) >>
|
||||
discard_node_d[S];
|
||||
|
||||
|
|
Loading…
Reference in a new issue