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++/85765 - SFINAE and non-type default template arg.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
auto50.C
blob
814892d2afaf890183fa9a982481c09a372bef54
1
// PR c++/84348
2
// { dg-do compile { target c++11 } }
3
4
template<typename> struct A
5
{
6
friend auto foo; // { dg-error "cannot be declared friend" }
7
};