tweak
From-SVN: r34367
This commit is contained in:
parent
b9d969b7d4
commit
572240906d
1 changed files with 2 additions and 1 deletions
|
@ -8,8 +8,9 @@ template <class T> void f (T) { }
|
|||
extern template void f (int);
|
||||
|
||||
template <class T> struct A {
|
||||
void f () { }
|
||||
void f ();
|
||||
};
|
||||
template <class T> void A<T>::f () { }
|
||||
extern template struct A<int>;
|
||||
|
||||
int main ()
|
||||
|
|
Loading…
Add table
Reference in a new issue