《error C4996: 'std::copy::_Unchecked_iterators::_Deprecate':异常》

异常日志:

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'

解决方法:

《error C4996: 'std::copy::_Unchecked_iterators::_Deprecate':异常》