
5 Feb
2008
5 Feb
'08
6:38 p.m.
On Feb 5, 2008 11:34 AM, Eric Niebler <eric@boost-consulting.com> 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.