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

[iterator.synopsis][insert.iterator] Some "iterator_t" should be replaced with "ranges::iterator_t" #2859

Closed
frederick-vs-ja opened this issue May 2, 2019 · 1 comment · Fixed by #2860
Assignees

Comments

@frederick-vs-ja
Copy link
Contributor

In N4810, the specifications for insert_iterator and inserter refer the name iterator_t which belongs to namespace std::ranges.
However, insert_iterator and inserter are in namespace std themselves.
So I think iterator_t should be qualified with ranges:: while introducing insert_iterator and inserter.

@jwakely
Copy link
Member

jwakely commented May 2, 2019

Good catch, thanks. Would you be able to submit a pull request to fix it?

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

Successfully merging a pull request may close this issue.

2 participants