$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Kevin S. Van Horn (Kevin.VanHorn_at_[hidden])
Date: 2002-11-14 17:10:39
Peter Dimov writes:
> what is the intended audience of BOOST_ASSERT, Boost library developers
> or "end users"?
Both. I would like a uniform way of handling assertions / tests of
preconditions in Boost libraries, and I would also like to be able to use
it in application code.