$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-03-24 12:23:08
David Abrahams wrote:
> > But I think the above set of operation is quite handy when one wants to
> > create a new input iterator. The wrapped class is also close to
> > Generator, with added 'eof' method. So, I wonder, if I should strive to
> > make something reusable, which can be added to the library?
>
> Sure, great idea... but please take my suggestion and try it with the
> work in the sandbox. I hope that the current IA design will be
> completely replaced with the new (very different) one for 1.31, and
> it's important to have as many proofs-of-concept as possible to make
> sure we got the interface right.
OK, I'll use the sandbox version.
- Volodya