boostorg / spirit

Boost.org spirit module
http://boost.org/libs/spirit
394 stars 162 forks source link

X3: position_tagged without inheritance #742

Open denzor200 opened 2 years ago

denzor200 commented 2 years 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.