> 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.
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to