OSDN Git Service

cp:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.pt / t05.C
1 // Build don't link: 
2
3 template <class A> class B {    // ERROR - candidates
4   A a;                          
5  public:
6   B(A&aa);                      // ERROR - near match
7   ~B();
8 };
9 static B<int> b_int (3);        // ERROR - no matching function