$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2001-11-14 16:31:52
At 10:25 AM 11/13/2001, Peter Dimov wrote:
>...
>
>To allow turning off all checks when the code has been tested and
>performance is critical. If this is not necessary or desirable, you can
>always leave BOOST_DEBUG defined.
I'm with Darin. The default should always be as safe as possible, so that
new/inexperienced/forgetful users don't get bitten. Thus the default
should always be to error check.
--Beman