17 Mar
2015
17 Mar
'15
6:18 p.m.
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