mirror of
https://github.com/boostorg/parser.git
synced 2026-01-19 16:32:13 +00:00
that the changes to support recursive rules made all rules use the out-arg overload of parse_rule. This is wrong. Now, rules use the attribute-returning overload unless asked explicitly to use the out-arg one, *or* if the rule is being invoked recursively, and we are in an iteration after the 0th. Fixes #125.
91 KiB
91 KiB