2
0
mirror of https://github.com/boostorg/parser.git synced 2026-01-30 08:02:33 +00:00
Files
parser/test/parser.cpp
Zach Laine 63884d2efa Fix an error in seq_parser when a non-attribute parser fails internally, after
the successful parse of an adjacent attribute-generating parser.  Since the
non-attribute parser points to the same spot in the output tuple, if the
non-attribute parser fails internally, it is likely to do "out_attr =
decltype(out_attr)()", which erases the previous seuccessfully generated
attribute.
2024-02-22 00:13:07 -06:00

86 KiB