repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
template
/
error4.C
blob
a3196ee8e778620b6c57932b2d87007d91d3496f
1
template<class T> struct C1
2
{
3
template<class U> struct C2
4
{ class Type { }; };
5
};
6
7
template<class T, class U>
8
void foo(typename C1<T>::C2<U>::Type *) { } // { dg-error "template" }