Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reverse_iterator synopsis includes associated functions in two places #199

Closed
jyasskin opened this issue Sep 26, 2013 · 2 comments
Closed

Comments

@jyasskin
Copy link
Contributor

[reverse.iterator] includes a set of comparison and arithmetic operators below the definition of class reverse_iterator, but that list was already below the class declaration in [iterator.synopsis]. I don't know where the list should be, but I don't think it should be twice.

@lichray
Copy link
Contributor

lichray commented Oct 7, 2013

In the overview [iterator.synopsis] the standard lists the class declaration and the free-function declarations; in each class' own section, the standard lists the class definition and the free-function declarations again.

@jensmaurer
Copy link
Member

Jeffrey, I'm closing this with the provided explanation. Please re-open if you feel otherwise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants