Boost logo

Boost :

From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2008-03-31 14:07:01


I have seen some attempts from library authors,
e.g. boost/thread/win32/conditiona_variable.hpp
to get rid of the annoying MSVC warnings.

However this seems not to work (at least on my machine).

There seems to be some unintended interdependence
with _SCL_SECURE_NO_DEPRECATE. I was not able to find
out what exactly is causing the warnings not go away.

Hoever, compiling with
_CRT_SECURE_NO_DEPRECATE and
_SCL_SECURE_NO_DEPRECATE

quiets the build.

Couldn't this issue be handled by the boost config headers?
Is this something wrong with my setup only, or do others
experience the same problem?

Thank you, to anyone who cares.

-- 
_________________________________________
  _  _  | Roland Schwarz
 |_)(_  | aka. speedsnail
 | \__) | mailto:roland.schwarz_at_[hidden]
________| http://www.blackspace.at

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk