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.
1 parent 9ff7013 commit 7ff9a93Copy full SHA for 7ff9a93
libcxx/test/std/containers/sequences/vector/vector.modifiers/resize_not_move_insertable.fail.cpp
@@ -31,6 +31,7 @@ class BadUserNoCookie {
31
32
int main() {
33
// expected-error@memory:* 2 {{"The specified type does not meet the requirements of Cpp17MoveInsertable"}}
34
+ // expected-error@memory:* 0-2 {{call to deleted constructor}}
35
{
36
37
std::vector<BadUserNoCookie<1> > x;
0 commit comments