首页 > 代码库 > 编译器 expected unqualified-id before numeric constant 错误
编译器 expected unqualified-id before numeric constant 错误
今天调试代码,碰到expected unqualified-id before numeric constant 错误,代码的错误模块出现在一个函数模块上,
奇怪的是这个函数模块之前编译了很多次,也没有被修改过,突出出错了。
网上查了下,发现这种错误一般都是在其他的地方有错误,编译器报错的地方却在另外一个地方。
解决方案:
估计多半处在头文件包含模块,一步一步的回退版本,发现是头文件中的#include <string>引入了,目前还不清楚原因
参考:http://blog.csdn.net/zdl1016/article/details/5824443
编译器 expected unqualified-id before numeric constant 错误
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。