
20 May
2005
20 May
'05
4:06 p.m.
On 5/20/05, ATField <field.zhang@163.com> wrote:
I think so. AFAIK, if BOOST_MS_STRCTURED_EXCEPTION_HANDLING is defined, exection_monitor.cpp would use _set_se_translator to catch win32
This seems to be defined by default.
exceptions and rethrow a ms_se_exception instead, so that execution_monitor::execute can detect such situation and output some error message. _set_se_translator is only supported for /EHa
Hope this helps.
I don't think it does. This is a problem that needs to be fixed in Boost.Test, not code that uses Boost.Test. IMHO of course. -- Caleb Epstein caleb dot epstein at gmail dot com