如何确定我的代码的哪一部分使库产生编译时错误?

时间:2018-03-09 01:08:48

标签: c++ visual-studio visual-studio-2017

我正在尝试编译项目并收到以下错误

enter image description here

如果我通过定义宏

来抑制警告,它就会消失
#define _SCL_SECURE_NO_WARNINGS

如何确定我的代码的哪个部分正在以某种方式使用该库?双击错误将我带到xutility文件,这不是很有用。

编辑:错误说明为Error C4996 'std::copy::_Unchecked_iterators::_Deprecate': Call to 'std::copy' with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators'

0 个答案:

没有答案