
15 Dec
2006
15 Dec
'06
6:20 p.m.
"Roland Schwarz" <roland.schwarz@chello.at> wrote in message news:4582E105.4050205@chello.at...
Gennadiy Rozental wrote:
Heh, I don't really like putting this kinda cludge into Boost.Test code. But if no one sees any alternatives go ahead
If it was only about the threading lib, I have no problems of doing this just for this one library. But what about the others?
Btw.: Do you have anything to say about my asynch-exeptions question?
Umm, I must've missed it. What was it?
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. Gennadiy