[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Bug c++/29408] [4.1 regression] parse error for valid code




------- 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.



Reply to: