Skip to content

[vector.bool] Use injected-class-name in synopsis #1844

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

Merged
merged 1 commit into from
Nov 23, 2017

Conversation

jwakely
Copy link
Member

@jwakely jwakely commented Nov 23, 2017

No description provided.

vector(const vector&, const Allocator&);
vector(vector&&, const Allocator&);
vector(initializer_list<bool>, const Allocator& = Allocator()));
~vector();
vector<bool, Allocator>& operator=(const vector<bool, Allocator>& x);
vector<bool, Allocator>& operator=(vector<bool, Allocator>&& x);
vector& operator=(const vector>& x);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check spelling

@jwakely jwakely force-pushed the vector-bool-injected branch from 9aa617b to 5f483d5 Compare November 23, 2017 21:12
@tkoeppe tkoeppe merged commit 2ca4340 into cplusplus:master Nov 23, 2017
@jwakely jwakely deleted the vector-bool-injected branch November 23, 2017 22:53
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 this pull request may close these issues.

2 participants