$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-02-19 06:19:39
From: "Vladimir Ciobanu" <psycho_at_[hidden]>
> I don't actually know what can be done to make const_iterator, const
> iterator, but it'd be quite a good idea. imho.
The difference between a const_iterator and a const iterator is the same as
the difference between T const * and T * const.