$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2006-12-16 09:19:49
David Abrahams wrote:
> It would be better to modify the library so it didn't crash the
> compiler when inlining was enabled.
I just found out, that even in debug builds, i.e. NDEBUG is not defined,
<inlinig>on will crash the compiler.
So I strip also the #if defined(NDEBUG) and condition only on the
compiler version.
Roland