$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2005-01-16 14:10:37
I never understood the reason why BOOST_ASSERT is better than the standard
library version. How is it different?
Robert Ramey
Rene Rivera wrote:
> Libraries which use assert() in source files: (Should probably be
> using BOOST_ASERT.)
>
> And finally there are some number of headers which use assert(). Which
> also likely should be using BOOST_ASSERT.