blob: 521315e17e2ee61f6bcdd3474412a1af588b931d [file] [log] [blame]
// Build don't link:
// Posted by Trevor Taylor <ttaylor@powerup.com.au>
template<class T> struct A {
void X() throw(T);
};
template<class T>
inline void A<T>::X()
throw(T) { }