品质留给时间来证明8年专注机械配件研发定制生产
全国咨询热线:
您的位置:当前位置: 首页 >

GCC关于模板的bug?

作者:时间:{dede:field name='pubdate'function='strftime("%Y-%m-%d %H:%M:%S",@me)' /} 次浏览

信息摘要:

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?

【相关推荐】

返回列表 本文标签: