------- Additional Comments From lerdsuwa at gcc dot gnu dot org 2004-12-29 14:20 ------- Not a bug. You have to replace the code at line 68:
tstack<T>::link* p; with typename tstack<T>::link* p; Check out the web page <http://gcc.gnu.org/gcc-3.4/changes.html> and search for "You mustnow use the typename and template" ... for more information. There have been a lot of changes to the C++ language since the old days and this is one of them. -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19188