$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Dailey (rcdailey_at_[hidden])
Date: 2008-02-05 13:38:23
On Feb 5, 2008 11:34 AM, Eric Niebler <eric_at_[hidden]> wrote:
>
> This is one of MSVC's security warnings. There is nothing unsafe about
> this code, despite what msvc would have you believe. Please compile with
> -D_SCL_SECURE_NO_DEPRECATE to make this warning go away.
I did add this preprocessor directive to my compiler settings immediately
after making that post. However I still wanted to bring it to the attention
of the mailing list just in case it was important. Thank you for confirming.