Skip to content

Error in documentation (*it).prefix().last #115

Closed
@Necktschnagge

Description

@Necktschnagge

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:

[[`(*it).prefix().last`][The same as the start of the match found:

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions