boostorg / spirit

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

X3: Return back iterator pre-skipping for `on_success` handler #713

Closed Kojoley closed 2 years ago

Kojoley commented 2 years ago

Reverts the wrong part of #686. Fixes a half of #712 (positions.position_of()/annotation.cpp example part).

djowel commented 2 years ago

Thanks @Kojoley