在
#include <sstream>
之前加入
#undef max
#undef min
如下
#include ***
#undef max
#undef min
#include <sstream>
该错误主要是由于有些系统中已经定义了max,min宏
posted on 2009-09-08 15:35
Thunder 阅读(5235)
评论(1) 编辑 收藏 引用
FeedBack:
# re: bits/sstream.tcc :112: error: expected unqualified-id before '(' token 解决方法
2009-09-10 16:38 |
该错误主要是由于有些系统中已经定义了max,min宏
回复 更多评论