$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Fernando Cacciola (fernando_cacciola_at_[hidden])
Date: 2002-11-14 14:25:40
----- Original Message -----
From: "Peter Dimov" <pdimov_at_[hidden]>
To: "Boost mailing list" <boost_at_[hidden]>
Sent: Thursday, November 14, 2002 3:48 PM
Subject: Re: [boost] Proposed Boost Assert -- once again
> [snipped]
>
> what is the intended audience of
> BOOST_ASSERT, Boost library developers or "end users"?
>
Good question!
I think that users would use BOOST_ASSERT in their own 'low-level' library
code.
For example, I have an application-level Defect Manager with assertion
facilities, but it is not suited for general purpose low-level functions
(say, generic algorithms) since it requires external linking to the
manager's facilities.
Fernando Cacciola