]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/g++.old-deja/g++.pt/memtemp12.C
pt.c (instantiate_decl): Tell the repository code about the clones, not the cloned...
[gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / memtemp12.C
1 // Build don't link:
2 // GROUPS passed templates membertemplates
3 template <class T>
4 struct S
5 {
6 template <class U>
7 void foo(U);
8 };
9
10 void f()
11 {
12 S<int> s;
13 }
This page took 0.037104 seconds and 5 git commands to generate.