$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Kevin Sopp (baraclese_at_[hidden])
Date: 2007-03-17 06:25:42
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.
Kevin