$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2005-02-13 23:14:17
Jason Hise wrote:
> My version of assert.hpp has the line:
> #include <assert.h>
> Shouldn't this be:
> #include <cassert> ?
"assert.h" just contains macros, so it shouldn't make any difference.
Jonathan