$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Running b2 on develop needs asynch-exceptions=on
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2015-03-17 14:18:37
AMDG
On 03/16/2015 01:21 PM, John Maddock wrote:
>
> What about the warning from execution_monitor.cpp saying that /EHa *is*
> required?
>
It isn't required. First of all, _set_se_translator
requires /EHa at the /catch/ site, not when it is called.
If /EHa is not enabled at the catch site, _set_se_translator
has no effect. Boost.Test only uses _set_se_translator
to neutralize one of the effects of /EHa, so it's actually
perfectly okay.
In Christ,
Steven Watanabe