
On Wed, Aug 18, 2010 at 2:17 AM, Okko Willeboordse < okko.willeboordse@gmail.com> wrote:
Hello,
Running Boost 1.44, VS2008 SP1, W SDK 6.1, W Server 2003
When I compile;
#include <boost/date_time.hpp>
I get the following compiler warnings; ... c:\program files\microsoft visual studio 9.0\vc\include\iosfwd(589) : warning C4996: 'std::_Traits_helper::copy_s': ... ... c:\program files\microsoft visual studio 9.0\vc\include\iosfwd(616) : warning C4996: 'std::_Traits_helper::move_s': ... ... c:\program files\microsoft visual studio 9.0\vc\include\iosfwd(607) : warning C4996: 'std::char_traits<char>::copy': ... ... etc..
Just a helpful pointer. If you are going to copy/paste error messages, redacting them (with ...) doesn't help anyone. Note: C4996 is the deprecated function warning.