[lambda][test] _set_se_translator() requires /EHa

I was looking at one of the failures on vc 7.1 and noticed that there was the following warning: ..\boost\test\impl\execution_monitor.ipp(825) : warning C4535: calling _set_se_translator() requires /EHa the command line options /EHc and /GX are insufficient See: http://beta.boost.org/development/tests/release/developer/output/daw-msvc71-... or: http://tinyurl.com/5osfqr Is this a spurious warning, or is really an issue? Thanks, David

-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of David Walthall Sent: 28 October 2008 18:15 To: boost@lists.boost.org Subject: [boost] [lambda][test] _set_se_translator() requires /EHa
I was looking at one of the failures on vc 7.1 and noticed that there was the following warning: ..\boost\test\impl\execution_monitor.ipp(825) : warning C4535: calling _set_se_translator() requires /EHa the command line options /EHc and /GX are insufficient
See: http://beta.boost.org/development/tests/release/developer/outpu t/daw-msvc71-boost-bin-v2-libs-lambda-test-operator_tests_simpl e-test-msvc-7-1-debug-threading-multi.html or: http://tinyurl.com/5osfqr
Is this a spurious warning, or is really an issue?
This is spurious I believe - Boost.Test execution monitor has this requirement. It could be avoided by specifying this option /EHa on the command line in the jamfile. You could submit a Trac for this to alert the library author? Paul --- Paul A Bristow Prizet Farmhouse, Kendal, Cumbria UK LA8 8AB +44 1539561830 & SMS, Mobile +44 7714 330204 & SMS pbristow@hetp.u-net.com

David Walthall <walthall <at> stanfordalumni.org> writes:
Paul A Bristow wrote:
You could submit a Trac for this to alert the library author?
Done: #2446
I do not see this ticket, but the problem here is that lambda library Jamfile needs to be updated to refer to the test/lib/minimal alias. I've posted notice some time ago.
participants (3)
-
David Walthall
-
Gennadiy Rozental
-
Paul A Bristow