人物访谈

GCC关于模板的bug?

作者: admin 来源:本站 时间:2025-06-28 08:15:15

前一阵发现 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?

上一页:2025年了,京东是不是已经度过了此次风波?

下一页:中国科学院大学安排本科校区搬迁至怀柔,12 月 22 日召开校区调整工作会,如何评价本次沟通会?

.