
19 Jul
2011
19 Jul
'11
1:45 a.m.
On 7/18/2011 8:00 PM, Nathan Ridge wrote:
But, it seems to me that there should be something like that already. Is there something I'm overlooking in STL or in some other Boost library?
There is something you are overlooking in the Boost.Range library itself :)
http://www.boost.org/doc/libs/1_47_0/libs/range/doc/html/range/reference/ada...
Regards, Nate.
That's it, thanks. Hmm, but why is it producing a Single Pass Range? I would think it should naturally match the characteristics of the underlying Range.