
29 Mar
2005
29 Mar
'05
8:06 a.m.
Gennadiy Rozental wrote:
What is a proper check for this?
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 if( catch_system_errors ) _set_se_translator( detail::ms_se_trans_func ); Stefan