6 Sep
2012
6 Sep
'12
11:59 a.m.
On Thu, Sep 6, 2012 at 12:19 PM, Avi Bahra
Would it be possible to use a #define to configure use of asserts or throw ?
See BOOST_ENABLE_ASSERT_HANDLER from http://www.boost.org/doc/libs/1_51_0/libs/utility/assert.html. BTW, are you deploying debug software? BOOST_ASSERT disappears from release builds AFAIK, while BOOST_VERIFY does not. --DD