"466" <[EMAIL PROTECTED]> writes:
> MyList<T>::iterator find(T pObj);
Make that:
typename MyList<T>::iterator find(T pObj);
> What could be the problem?
Syntax error in your code.
> This code compiles perfectly in Windows and Solaris.
These compilers incorrectly accept non standard code.
Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
_______________________________________________
help-gplusplus mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gplusplus