$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2007-03-17 08:57:18
Kevin Sopp wrote:
> Hi Ion,
> I have another suggestion to make for boost::intrusive containers:
>
> Add cbegin(), cend(), etc. member functions to retrieve a constant
> iterator from a non-constant container object.
>
> As proposed in http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1865.pdf
>
> These are trivial to implement and I generally find them useful.
Good suggestion. Thanks,
Ion