
17 Mar
2007
17 Mar
'07
10:25 a.m.
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