$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Lazy list
From: Alex MDC (alex.mdc_at_[hidden])
Date: 2009-01-19 00:29:53
>
> Shouldn't this be in Boost.Iterators ? Because if I was looking for a
> function-backed iterator I would have looked in Boost.Iterators -- and
> judging from where it's located, it doesn't make sense to me that it's
> in "Utility".
>
I'll second that. I was looking for this kind of iterator a while ago and
couldn't find it - I tried to make a counting_iterator instead but wasn't
happy with it so I gave up in the end.
~Alex