
5 May
2005
5 May
'05
12:45 p.m.
Dave Harris wrote:
It sounds like you are mimicking the "foreach" of some other language. I think a C++ library should use C++ conventions, not the conventions of whatever it is you are copying.
The C++ 'foreach' is likely to be spelled 'for', if I'm not mistaken. for( int v: c ) { } http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1650.html#85 unless something has changed in the meantime.