repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR c++/86728 - C variadic generic lambda.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
deleted2.C
blob
5576be33bef819b092d2b0b3526d770a219e1f6f
1
// PR c++/52707
2
// { dg-do compile { target c++11 } }
3
4
struct A {
5
int m;
6
A() = delete;
7
};
8
9
A a = {1}; // { dg-error "could not convert" "" { target c++2a } }