哭泣菠萝

文章
4
资源
0
加入时间
3年0月21天

Undefined Reference to Typeinfo

转载自:转载自:http://richardustc.github.io/blog/2013/07/undefined-reference-to-typeinfo/在项目中遇到了这样一个问题:C++文件编译都OK,但链接的时候报错:undefined reference to `typeinfo for xxx’。typeinfo是C++中的RTTI(RunTime Type Identif...