$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: helmut.zeisel_at_[hidden]
Date: 2001-07-26 11:23:37
--- In boost_at_y..., "Peter Dimov" <pdimov_at_m...> wrote:
>
> A better question would be "why would you need to use make_range()
at all
> when using the iterator-based version is more concise in this case?"
>
My point is that the most frequent use of an algorithm
should get a "better" support than the less frequent.
The iterator-based interface is sufficent,
the question is, however,
whether application of a algorithms to containers
is so frequent
that it justifes a more comfortable interface.
Helmut