2
0
mirror of https://github.com/boostorg/parser.git synced 2026-01-31 20:32:11 +00:00

1 Commits

Author SHA1 Message Date
Zach Laine
722254f064 In the out-argument overload of rule_parser::call(), always parse into a local
attr_type attribute ('attr'), rather than the one supplied ('retval').  Then,
take the parsed attribute and either combine it with retval (if they are both
containers), or assign attr to retval (if attr_type is not none).

Reproducer by Andreas Buhr.

Fixes #294.
2026-01-28 12:51:04 -06:00

Diff Content Not Available