码迷,mamicode.com
首页 > 其他好文 > 详细

编译器 expected unqualified-id before numeric constant 错误

时间:2014-12-12 11:34:36      阅读:227      评论:0      收藏:0      [点我收藏+]

标签:blog   http   ar   os   sp   for   on   文件   art   

今天调试代码,碰到expected unqualified-id before numeric constant 错误,代码的错误模块出现在一个函数模块上,

奇怪的是这个函数模块之前编译了很多次,也没有被修改过,突出出错了。

网上查了下,发现这种错误一般都是在其他的地方有错误,编译器报错的地方却在另外一个地方。

解决方案:

估计多半处在头文件包含模块,一步一步的回退版本,发现是头文件中的#include <string>引入了,目前还不清楚原因

参考:http://blog.csdn.net/zdl1016/article/details/5824443

 

 

 

 

编译器 expected unqualified-id before numeric constant 错误

标签:blog   http   ar   os   sp   for   on   文件   art   

原文地址:http://www.cnblogs.com/adong7639/p/4159281.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!