We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
From an email to cxxeditor@:
N3485 23.3.7 [vector.bool]/1 declares:
void assign(initializer_list<bool>;
which is missing a parenthesis.
Additionally, this says:
vector operator=(initializer_list<bool>);
which should certainly be saying "vector&".