2
0
mirror of https://github.com/boostorg/parser.git synced 2026-01-31 08:22:15 +00:00
Files
parser/test/github_issues.cpp
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

17 KiB