Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.pt / explicit73.C
blob1d83e3468289cb1b9c7a094924224d432be51e89
1 // { dg-do assemble  }
3 // by Alexandre Oliva <oliva@dcc.unicamp.br>
5 // According to [temp.expl.spec]/2, a template explicit specialization
6 // must be declared in the namespace that contains the declaration of
7 // the template
9 namespace N {
10   template <class T> class foo; // { dg-error "" } referenced below
13 using namespace N;
15 template <> class foo<void>; // { dg-error "" } invalid specialization