]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/g++.old-deja/g++.pt/t05.C
pt.c (instantiate_decl): Tell the repository code about the clones, not the cloned...
[gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / t05.C
CommitLineData
921e5a0e
JL
1// Build don't link:
2
b4f70b3d 3template <class A> class B { // ERROR - candidates
ae58fa02 4 A a;
921e5a0e 5 public:
ae58fa02 6 B(A&aa); // ERROR - near match
921e5a0e 7 ~B();
b4f70b3d 8};
ae58fa02 9static B<int> b_int (3); // ERROR - no matching function
This page took 0.938772 seconds and 5 git commands to generate.