
29 May
2006
29 May
'06
6:58 p.m.
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.