我正在尝试编译项目并收到以下错误
如果我通过定义宏
来抑制警告,它就会消失#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'