GCC关于模板的bug?_宁夏回族自治区固原市彭阳县种绿烛台股份公司
详情请致电客服热线:
您当前的位置:当前位置: 首页 >

GCC关于模板的bug?

如果您想了解我们的产品,享受本月价格折扣,欢迎随时拨打我公司的销售热线,或点击下方按钮免费咨询!

服务热线 获取报价
二维码

前一阵发现 GCC 一个 bug, 提交到了 gcc bugzilla ,已被确认,当然,这个 bug 有点刁钻:struct A { struct B {}; struct C { template void foo1(B*); template void foo2(B*) {} // ok }; template void foo1(B*); template void foo2(B*) {} // ok }; template void A::C::foo1(B*) {} // (1). fail template void A::foo1(B*) {} // (2). fail(1) (2) 两处都是合法…。

GCC关于模板的bug?


相关新闻


最新动态