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

Member typedefs of iterators are missing from index of library names #5909

Open
jwakely opened this issue Oct 19, 2022 · 0 comments
Open

Member typedefs of iterators are missing from index of library names #5909

jwakely opened this issue Oct 19, 2022 · 0 comments

Comments

@jwakely
Copy link
Member

jwakely commented Oct 19, 2022

iterator_type is a member of reverse_iterator, move_iterator, and counted_iterator, so should be indexed as a reserved name.

iterator_concept is a member of iterator_traits and various iterator adaptors and view iterators.

difference_type and value_type are indexed as members of various types, but not as members of iterator_traits (nor as members of iterator adaptors and view iterators, but the iterator_traits uses are the most important).

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

1 participant