$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jesse Jones (jejones_at_[hidden])
Date: 2000-12-14 20:30:14
>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?
Most definitely.
-- Jesse