产品展示 PRODUCT
新闻动态 NEWS
联系我们 CONTACT US
咨询热线:0898-88889999
时间:2025-06-25 15:05:13 点击量:386
前一阵发现 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) 两处都是合法…。
上一篇 : 6 月 20 日陈楚生首次夺得《歌手》排名第一名,这个结果背后的标准和机制是什么?
下一篇 : rust 语法噪音这么多, 能写复杂项目吗?