
28 Oct
2008
28 Oct
'08
12:30 p.m.
David Abrahams wrote:
What is the usecase here?
Iterating over a range [with iterators]
for(iterator_type it = boost::begin(range); it != boost::end(range); ++it) I don't think it's any uglier than it has to be. That could easily be made into a BOOST_FOREACH_IT macro.