$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Rozental, Gennadiy (gennadiy.rozental_at_[hidden])
Date: 2002-12-10 16:36:57
> The correct fix is to not use a Microsoft debugging feature
> for a compiler
> that doesn't support it.
Metroverks does supports it.
> I've committed the following fix:
>
> +#if !defined(__MWERKS__)
> #define BOOST_MS_CRT_DEBUG_HOOK
> #include <crtdbg.h>
> +#endif
I don't beleive it's correct if. The one in Dave post is correct
Gennadiy.