help-gplusplus
[Top][All Lists]
Advanced

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

Re: strange compilation error ....


From: Paul Pluzhnikov
Subject: Re: strange compilation error ....
Date: Mon, 09 Oct 2006 06:29:54 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, linux)

"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.


reply via email to

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