$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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://listarchives.boost.org/MailArchives/boost/msg80817.php
Gennadiy