Closed
Description
I'm not yet 100% sure that there is no mistake that I did, but using regex_iterator as of 1.71.0 the documentation says there is a member last (*it).prefix().last
.
This should be the corresponding line:
Line 133 in c3ab640
But my compiler complains that there is no member last
.
Instead I could find some member end()
which seems to what was described for last.
This issue also appears for (*it).suffix().last
However, ~.first
works as in the documentation.
But there is also a .begin()
doing apparently the same.
Metadata
Metadata
Assignees
Labels
No labels