
30 Oct
2004
30 Oct
'04
3:31 p.m.
On Fri, 29 Oct 2004 15:53:56 -0400, Chris Uzdavinis <chris@uzdavinis.com> wrote:
Well, this limits your transformation to only work on the entire range of the input.
Not quite so. Think about ranges (boost::iterator_range<>), that have a container like interface (begin()/end()) - you can always get a range from a container as a single object. -- Maxim Yegorushkin