Hi list,

I can see that boost::array::operator[] has bounds checking in debug mode.

Is there a way to get checked iterators also? Like safe STL style.

If not, would that be a useful addition to boost::array?

And if I was to add checked iterators to boost::array, do you have any recommendations? Any boost::detail::checked_iterator I can reuse?

Thanks!