
31 Oct
2011
31 Oct
'11
1:05 p.m.
On Mon, Oct 31, 2011 at 9:52 AM, Thorsten Ottosen < thorsten.ottosen@dezide.com> wrote:
Den 31-10-2011 13:17, Fernando Pelliccioni skrev:
On Fri, Oct 28, 2011 at 9:28 PM, Dave Abrahams<dave@boostpro.com> wrote:
Take a look at sliced:
http://www.boost.org/doc/libs/**1_45_0/libs/range/doc/html/** range/reference/adaptors/**reference/sliced.html<http://www.boost.org/doc/libs/1_45_0/libs/range/doc/html/range/reference/adaptors/reference/sliced.html>
we might need to generalize a little to allow non-random access ranges.
I've seen *sliced* but it uses std::advance to begin() and end() iterators. The code I have doesn't require RandomAccessRange. Would you like to check it? Regards, Fernando.