【已解决】“error: ‘typeof’ was not declared in this scope”

原创文章,转载请注明: 转载自勤奋的小青蛙
本文链接地址: 【已解决】“error: ‘typeof’ was not declared in this scope”

该问题原来是由于使用的C++11标准不一样导致。

gnucpp

“c++11”和“gnu++11”的差别:
“gnu++11”增加了很多的扩展“c++11”的功能,功能更加多,具体的扩展参考:https://gcc.gnu.org/onlinedocs/gcc/C_002b_002b-Extensions.html

解决办法就是把c++0x 或者 c++11 更换为 -std=gun++11 即可编译通过。

-std=gun++11
原创文章,转载请注明: 转载自勤奋的小青蛙
本文链接地址: 【已解决】“error: ‘typeof’ was not declared in this scope”

文章的脚注信息由WordPress的wp-posturl插件自动生成



|2|left
打赏

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: