From: deansturtevant_at_[hidden]
Date: 2000-12-14 17:42:19


I notice that bounds checking in array.hpp is only done when the at()
methods are used. I think it would be a great boon to the community
using boost if there could be a debug mode -- either use asserts or,
as the STLPort does, have a boost_debug namespace and do range
checking for classes imported from there. Does this make sense?