]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/g++.old-deja/g++.pt/memclass11.C
pt.c (instantiate_decl): Tell the repository code about the clones, not the cloned...
[gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / memclass11.C
1 // Build don't link:
2
3 struct S1
4 {
5 template <class T>
6 struct S2;
7
8 template <class T>
9 struct S2 {
10 enum E { a };
11 };
12 };
13
14 int i = (int) S1::S2<double>::a;
This page took 0.036771 seconds and 5 git commands to generate.