【发布时间】:2012-12-17 12:01:41
【问题描述】:
当我使用 GCC 4.7 编译我的程序时,我得到以下注释:
/usr/include/c++/4.7/backward/binders.h:167:5: note: the ABI of passing structure with complex float member has changed in GCC 4.4 here
有什么办法可以摆脱吗?我试图用谷歌搜索它,但我发现的只是打印注释字符串的 GCC 源代码行。
【问题讨论】: