
18 Dec
2006
18 Dec
'06
5:46 p.m.
"Anthony Williams" <anthony_w.geo@yahoo.com> wrote in message news:hcvtbj6u.fsf@yahoo.com...
"Gennadiy Rozental" <gennadiy.rozental@thomson.com> writes:
"Roland Schwarz" <roland.schwarz@chello.at> wrote in message ...
The test lib is being built with <asynch-exeptions>on. However the default for release builds is synchronous exceptions on.
This is plain wrong. build with msvc compiler require async exception support to be enabled for Boost.Test to work properly.
Huh? Why? Do you use Windows-native Structured Exception Handling? I thought that was the only reason for allowing async exceptions. Am I misunderstanding something?
Yes. I do use SEH. Gennadiy