2
0
mirror of https://github.com/boostorg/parser.git synced 2026-01-19 04:22:13 +00:00
Files
parser/test
Zach Laine 87b50154cf Fix incorrect attribute returned by a rule in some cases. The problem was
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.
2024-03-08 21:19:37 -06:00
..
2024-01-04 02:40:33 -06:00
2022-04-08 17:47:40 -05:00
2020-09-01 01:10:28 -05:00
2024-01-07 15:10:11 -06:00
2024-03-08 21:19:36 -06:00
2024-03-08 21:19:36 -06:00
2024-03-08 21:19:36 -06:00
2024-01-12 22:35:04 -06:00