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
Update concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
nested2.C
blob
be4f95f716d39f65c863ab3dd3b74ef428da4045
1
template <class T> class CO {
2
class CI1 {
3
class CI2;
4
};
5
};
6
7
template <class T>
8
class CO<T>::CI1::CI2 {};
9