VS2013编译protobuf报错:error C4996: ‘std::_Copy_impl‘: Function call with parameters that may be unsafe
方法一 右键点击工程 -> 属性 -> C/C++ -> 常规 -> SDL检查
改为:否 (/sdl-)
编译
O了!
方法二
右键点击工程 -> 属性 -> C/C++ ->预处理器
添加宏定义 _SCL_SECURE_NO_WARNINGS
编译
O了!
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了VS2013编译protobuf报错:error C4996: 'std::_Copy_impl': Function call with parameters that may be相关的知识,希望对你有一定的参考价值。
今天碰到这个问题,网上找了好久, 解决方法如下
VS2013编译protobuf报错:error C4996: ‘std::_Copy_impl‘: Function call with parameters that may be unsafe
以上是关于VS2013编译protobuf报错:error C4996: 'std::_Copy_impl': Function call with parameters that may be的主要内容,如果未能解决你的问题,请参考以下文章
VS2013编译报错——error LNK2001: 无法解析的外部符号 __imp_PathMatchSpecAE:CaffeProgram3train_mnist(p)3train_mnis
VS 编译后 install报错(error MSB3073)
VS 编译PCL后 install报错(error MSB3073)