help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: strange compilation error ....


From: 466
Subject: Re: strange compilation error ....
Date: 9 Oct 2006 06:47:33 -0700
User-agent: G2/1.0

Paul Pluzhnikov wrote:
> "466" <pobere@gmail.com> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]