$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel James (daniel_james_at_[hidden])
Date: 2006-05-29 14:58:10
AlisdairM wrote:
> Vincent Bherer-Roy wrote:
>
>> If really Nicolai Josuttis is not maintaining this lib anymore... I
>> guess I can continue the work. But Boost.Array didn't change since
>> 2004, is it by lack of maintainer or by lack of change needs? ;-)
>
> Actually, I agreed to take on the maintenance around 6 months back <g>
In that case, I've got a patch for you. The new draft standard adds
cbegin(), cend(), crbegin() and crend() member functions, which return
const iterators regardless of whether the container is const or not.