$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2005-02-14 09:03:34
Sérgio Vale e Pace wrote:
> it should work indenticaly either way, but IMO <cassert> should be
> used for C++ code.
It's a leftover from the days of compilers that don't have <cxx> versions of
<xx.h>. Since <assert.h> is identical to <cassert>, there was no point in
breaking those just for the style points.