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

g++ error: expected ‘)’ before ‘*’ token

时间:2014-10-21 11:40:00      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:http   io   for   sp   on   ef   bs   c++   type   

原本*号前面的类型是我用typedef自定义的类型的,MyType* const p;

 

发生这样的错误是,编译器根本不知道MyType是什么东西,这是我在C++多重继承中遇到的。MyType是我在基类中public中定义的类型,结果在它的孙子类发生出这样的情况,不识别这个新类型。但是儿子类中也有MyType类型,却没有报错。

 

在孙子类中根据基类重新typedef下MyType就好了,编译器就能识别次类型了。

 

reference:

http://stackoverflow.com/questions/3720034/error-expected-before-token

g++ error: expected ‘)’ before ‘*’ token

标签:http   io   for   sp   on   ef   bs   c++   type   

原文地址:http://www.cnblogs.com/foohack/p/4039733.html

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