Paul Pluzhnikov wrote:
> "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.

thanx for response.
but I have a LOT of code to change ... Is there any workaround to
accomplish this?
some compiler options to accept non-standard code?

thanx, Stefan.

_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to