$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Maxim Yegorushkin (e-maxim_at_[hidden])
Date: 2004-10-30 10:31:45
On Fri, 29 Oct 2004 15:53:56 -0400, Chris Uzdavinis <chris_at_[hidden]>
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