
23 Nov
2009
23 Nov
'09
2:50 p.m.
AMDG John Maddock wrote:
I'm getting an absolute ton of warnings - of the kind that are normally errors - from Boost.Test while working on Boost.Integer:
compile-c-c++ ..\..\..\bin.v2\libs\integer\test\integer_test.test\msvc-9.0\debug \threading-multi\integer_test.obj integer_test.cpp d:\data\boost\trunk\boost/test/impl/execution_monitor.ipp(941) : warning C4535: calling _set_se_translator() requires /EHa
This is a problem in the Jamfile. It needs <toolset>msvc:<asynch-exceptions>on
<snip other warnings that I don't know about>
and so on.
Normally, I would put this down to a problem with Boost.Integer's Jamfile, but in this I see nothing wrong.
In Christ, Steven Watanabe