new
From-SVN: r23421
This commit is contained in:
parent
e526eeec3f
commit
1d194eae19
1 changed files with 10 additions and 0 deletions
10
gcc/testsuite/g++.old-deja/g++.pt/spec23.C
Normal file
10
gcc/testsuite/g++.old-deja/g++.pt/spec23.C
Normal file
|
@ -0,0 +1,10 @@
|
|||
/* [temp.expl.spec] p18. */
|
||||
|
||||
template<class T>
|
||||
struct A {
|
||||
template <class U> class B { };
|
||||
};
|
||||
|
||||
template<class T>
|
||||
class A<T>::B<void> { // ERROR - only one template header
|
||||
};
|
Loading…
Add table
Reference in a new issue