Boost logo

Boost :

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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk