VS2013使用过程中出现的一些问题:

时间:2014-10-27 22:30:56   收藏:0   阅读:105

在VS2013编译开源项目glog时,会报错误:

error C2039: “min”: 不是“std”的成员

error C2873: “min”: 符号不能用在 using 声明中

这时需要打开对于报错的.cpp文件,在头部加入

# include <algorithmn>
1
 
评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!