<@U0B8ZP13Q>: To be fair with C++, C++11 has range...
# announcements
k
@cedric: To be fair with C++, C++11 has range-for. So, it becomes
for(auto i : myIntVector)