$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [utility][assert]
From: Yechezkel Mett (ymett.on.boost_at_[hidden])
Date: 2012-04-25 10:17:50
I noticed that when BOOST_ENABLE_ASSERT_HANDLER is defined,
BOOST_ASSERT calls boost::assertion_failed whether or not NDEBUG is
defined, but BOOST_ASSERT_MSG calls boost::assertion_failed_msg only
if NDEBUG is not defined. Is there a reason for this difference?