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
/
defaulted24.C
blob
32c6f2e546d714feb43308cfdd3f75bc91b03205
1
// PR c++/48280
2
// { dg-do compile { target c++11 } }
3
4
struct S {
5
template < typename > S (const S &) = default; // { dg-error "" }
6
};