Hello,

[EMAIL PROTECTED] 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 <[EMAIL PROTECTED]>.

You have to use typename here like 

typename list<T>::iterator aIter

Look for keywords dependent name, two-phase lookup.

Bernd Strieder

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

Reply via email to