boostorg / spirit

Boost.org spirit module
http://boost.org/libs/spirit
391 stars 161 forks source link

X3: position_tagged without inheritance #742

Open denzor200 opened 1 year ago

denzor200 commented 1 year ago

This PR resolves https://github.com/boostorg/spirit/issues/698. It needs to make Spirit more friendly with PFR limitations.

I did this feature only and only for sequence parser(I can't find any reason to make it for another parsers). Also, this feature won't support size one sequences.