help-gplusplus
[Top][All Lists]
Advanced

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

Re: Can't get list iterator


From: Bernd Strieder
Subject: Re: Can't get list iterator
Date: Wed, 16 Aug 2006 14:16:14 +0200
User-agent: KNode/0.10.1

Hello,

kusanagihk@gmail.com wrote:

> To all,
> 
> My question is on this link
>http://groups.google.com/group/gnu.gcc/browse_thread/thread/1551863f5dd68e6c

If you use g++ 3.4.0 or newer (g++ -v will tell) then read 

http://gcc.gnu.org/gcc-3.4/changes.html

A recent textbook describing standard C++ should tell this, as well.

See also the recent thread "Another C++ compile issue" in comp.lang.c++
started with message id <imk5e2h7nqnj768jvdhph5vstu7hqlb5sm@4ax.com>.

You have to use typename here like 

typename list<T>::iterator aIter

Look for keywords dependent name, two-phase lookup.

Bernd Strieder



reply via email to

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