template1_y.C   [plain text]


#include "template1.h"

template<class T> void C<T>::f (void) throw (E)
{
  throw E();
}

template class C<int>;