
23 Nov
2009
23 Nov
'09
4:39 p.m.
warning C4535: calling _set_se_translator() requires /EHa
This is a problem in the Jamfile. It needs <toolset>msvc:<asynch-exceptions>on
I believe you add dependency on boost/test/included in Jamfile and this should do the trick.
Actually that wasn't the warning I was asking about ;-) But as it happens, it turns out the Jamfile was completely out-of-synch with what the source files are doing, fixing that, fixed most of the warnings... but now if I have: [ run integer_test.cpp /boost/test//minimal ] I see: warning D4025 : overriding '/EHsc' with '/EHa' So it does the right thing, but shouts about it :-( Is this something that can be fixed in Boost.Build? John.