error C4996: Function call with parameters that may be unsafe – this call relies on the caller to ch

在加入QCustomplot时有如题的错误

1>c:program files (x86)microsoft visual studio11.0vcincludexutility(2176): error C4996: 'std::_Copy_impl': Function callwith parameters that may be unsafe - this call relies on the caller to checkthat the passed values are correct. To disable this warning, use-D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'CheckedIterators'

_SCL_SECURE_NO_WARNINGS

原文地址:https://www.cnblogs.com/judes/p/9463061.html