$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Eric Niebler (eric_at_[hidden])
Date: 2005-04-28 09:33:05
Thorsten Ottosen wrote:
> "Eric Niebler" <eric_at_[hidden]> wrote in message
> news:4270186E.20907_at_boost-consulting.com...
>
> | I should also point out that FOREACH is ready and useful today, whereas
> | range_ex has major outstanding design questions.
>
> which are those btw?
>
> -Thorsten
>
Documented here: http://tinyurl.com/957z9, but in short:
* Output ranges or output iterators?
* For algos that take 2 sequences, take 2 ranges or a range and an iterator?
* Should find(map) call map.find()?
* When using the range algos to copy chars, do we try to ensure
null-termination?
-- Eric Niebler Boost Consulting www.boost-consulting.com