GCC关于模板的bug?

{dede:adminname/} 2025-06-27 10:55:13 {dede:type} GCC关于模板的bug?_广东省潮州市潮安区千锦杂果有限责任公司{/dede:type}

前一阵发现 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?
上一篇 : 2029年中国能载人登上月球吗?
下一篇 : 有没有系统介绍 Visual Studio 使用和技巧的书籍?

猜你喜欢

手机扫一扫添加微信