$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Edd Dawson (lists_at_[hidden])
Date: 2007-05-28 10:41:11
shunsuke wrote:
> Hi,
>
> Though the motivations might be different,
> it seems "any_iterator".
> Another booster seems trying:
> http://tinyurl.com/yp7olk
> (You might want to contact the author.)
That's interesting. It does come at the problem from a different angle, as you
say. In fact any_iterator.hpp alone pulls in ~260 headers! But it may be
possible to reduce this with forward declarations. I'll contact the author, as
you suggest.
> BTW, I too implemented it. :-)
> If interested, unzip: http://tinyurl.com/2axp2l
That too looks interesting, though not as closely aligned to my needs/ideas as
any_iterator. I'll try to find a couple of ours soon to grok it better :)
Thanks again for pointing these out!
Edd