
19 Jan
2009
19 Jan
'09
5:29 a.m.
Shouldn't this be in Boost.Iterators ? Because if I was looking for a function-backed iterator I would have looked in Boost.Iterators -- and judging from where it's located, it doesn't make sense to me that it's in "Utility".
I'll second that. I was looking for this kind of iterator a while ago and couldn't find it - I tried to make a counting_iterator instead but wasn't happy with it so I gave up in the end. ~Alex