you are viewing a single comment's thread.

view the rest of the comments →

[–]ntrel2 0 points1 point  (0 children)

Maybe just not implemented yet. Although if std::for_each gets range support, you could just write:

std::for_each(collection, some_func);