$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2004-11-10 02:20:45
From: "Robert Ramey" <ramey_at_[hidden]>
| I agree that iterators aren't that easy or intuitive to work with. So our
| motivations have much in common. My view is that iterators can be made
| easier to work with without changing their fundamental character and without
| the need to introduce what I see as a new concept (ranges) that is "almost
| the same" as an existing concept - pair of iterators.
´
pair<iterator,iterator> is supported by the range library, so you can still
use it if you want.
-Thorsten