------- Comment #2 from pinskia at gcc dot gnu dot org 2006-10-10 05:00 -------
I don't think this is valid code, reduced testcase:
template <class T> class a
{
~a<T>();
};
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29408
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.