$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-01-11 16:02:11
----- Original Message -----
From: "joel de guzman" <djowel_at_[hidden]>
>
> I think the problem is that C incorrectly combined the notion of
> pointers and iterators (and even arrays) in one whole uncanny mix.
> Are we trying to commit the same mistake again?
Too late: RandomAccessIterator already requires operator[]. At no small
cost, BTW: see the iterator_adaptors library docs for a discussion of the
limitiations!