Boost logo

Boost :

Subject: Re: [boost] [tokenizer] 1.44 VS compiler warnings
From: Ahmed Charles (ahmedcharles_at_[hidden])
Date: 2010-08-18 17:07:36


On Wed, Aug 18, 2010 at 2:17 AM, Okko Willeboordse <
okko.willeboordse_at_[hidden]> 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.


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