From: cloder AT ccs DOT neu DOT edu (Chad Loder) Subject: Templates in gcc / Msvc++ 5 13 Nov 1997 18:53:52 -0800 Message-ID: Reply-To: cloder AT acm DOT org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: gnu-win32 AT cygnus DOT com Hello...I have been doing some messing around with partial specialization of template classes in C++. The cygnus gcc compiled this without errors, but MSVC++ 5.0 did not like it...does anyone know what the status of templates in the respective compilers is (e.g., egcs, new versions, etc.)? -chad template class common { public: }; template class generic : public common { public: }; template class generic : public common{ public: }; ---------------------------------------------------- | Chad Loder - Somerville, MA, USA | | EMail: cloder AT acm DOT org | | Home Page: http://www.ccs.neu.edu/home/cloder | ---------------------------------------------------- - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".