|
Threads-Devel : |
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2006-09-22 06:16:04
Hallo Anthony,
could you please have a look at the following issue?
When building with boost build v2 the default warning level
now is /W3 which seems to give rise to the following warning:
boost\thread\win32\condition.hpp(106) : warning C4800: 'long' : forcing
value to bool 'true' or 'false' (performance warning)
I am trying to comiler from boost root with:
bjam --v2 libs/thread/build//boost_thread
And yes, of course I mean the thread_rewrite branch.
Roland