Boost logo

Boost :

From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2005-03-29 03:44:54


> naive suggestion:
>
> @@ -196,8 +196,10 @@
> using unit_test::const_string;
>
> #if defined(BOOST_MS_STRCTURED_EXCEPTION_HANDLING) &&
> !defined(__BORLANDC__)
> +#ifndef __MWERKS__
> if( IsDebuggerPresent() )
> catch_system_errors = false;
> +#endif

Did you see:

http://lists.boost.org/MailArchives/boost/msg80817.php

Gennadiy


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