$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2001-11-13 08:00:56
From: "Glen Knowles" <gknowles_at_[hidden]>
> How is the decision to use <assert.h> vs <cassert> made?
Portability.
> My impression,
> although I have nothing to base it on, was that the <c...> versions of the
> includes are to be preferred.
They are, but assert() is a macro. <cassert> won't place it in std::.
-- Peter Dimov Multi Media Ltd.