Re: Error with stl
On Mar 17, 2006, at 10:33 AM, Michael Tomuschat wrote: vector >::iterator aIter; // tut nicht You forgot the typename keyword. It should be: typename vector >::iterator aIter; -- Pinski
Error with stl
Hello, I've got a problem compiling the following source [EMAIL PROTECTED]:~/tmp/xxx> g++ -Wall -O2 b.cpp b.cpp: In member function ‘void bCls::DumpItems()’: b.cpp:15: error: expected `;' before ‘aIter’ When I compile this code with borland's bcc it compiles without complaining. So I think it m