哪个版本的 GNU GCC 支持 TR1 外部模板?
最早支持 TR1
GNU GCC (g++) 版本是什么href="http://gcc.gnu.org/ml/gcc-help/2008-06/msg00159.html" rel="nofollow noreferrer">外部模板? 比如4.0版本已经支持了吗?
What is the earliest GNU GCC (g++) version to support the TR1
extern templates? For example, is it already supported in version 4.0?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以在此处。 该列中有一个简单的“是”,因此我假设它们是 4.3 或更早的版本。
You can find the list of C++-0x features supported and the G++ version that supports them here. There is a simple Yes in the column so I assume they're in 4.3 or possibly earlier.
根据理查德的回答,这个功能显然来自 gcc,其中(根据 文档)它至少从 gcc 3.2.3 就已经存在了。
Per Richard's answer, this feature apparently came from gcc, where (according to the docs) it has existed since at least gcc 3.2.3.