boostorg / spirit

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

Fix: correctly count consecutive empty lines with line_pos_iterator #754

Closed CKohlert closed 1 year ago

CKohlert commented 1 year ago

Bugfix for: line_pos_iterator in spirit loses count of some lines when they are multiple consecutive empty lines and the newline-type is \r\n or \n\r

Kojoley commented 1 year ago

Could you please check if #755 fixes things for you?