This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
template <class T> myList<T>::myList() fails
- To: gcc@gcc.gnu.org
- Subject: template <class T> myList<T>::myList() fails
- From: kochanek@iib.tu-darmstadt.de (Adam Kochanek)
- Date: Wed, 1 Sep 1999 12:40:32 +0200
i used this art of template in my project and i was able to compile it with the CC-sun-compiler. now we have to take the gcc-compiler (2.81) and it fails (undefined...). is there any possibility to fix it without changing the code??
adam
template <class T>
myList<T>::myList()