This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

template <class T> myList<T>::myList() fails


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()

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]