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

Editorial: Space between "insert" and "(" in two places #432

Closed
mclow opened this issue Jan 22, 2015 · 2 comments
Closed

Editorial: Space between "insert" and "(" in two places #432

mclow opened this issue Jan 22, 2015 · 2 comments

Comments

@mclow
Copy link
Contributor

mclow commented Jan 22, 2015

No description provided.

@mclow
Copy link
Contributor Author

mclow commented Jan 22, 2015

The synopsis for deque and vector<bool> both have:

template <class InputIterator>
        iterator insert (const_iterator position, InputIterator first, InputIterator last);

note the space between "insert" and the open paren.
The other 153 instances in the standard have no space.

@burblebee
Copy link
Contributor

Fixed by merge.

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

2 participants