我可以知道哪些 C++ 编译器(在线/免费)支持“继承构造函数”吗? c++0x 中的功能
我可以知道哪些 C++ 编译器(在线/免费)支持 c++0x
N3290 草案中的“继承构造函数”功能:第 12.9 节:继承构造函数
我尝试使用 VS10、GCC 4.6.0 ..但我认为它不支持..(请确认。)
请告诉我哪些在线编译器或免费编译器支持..此功能
http://wiki.apache.org/stdcxx/C++0xCompilerSupport
http://blogs.msdn.com/b/vcblog/archive/2010/04/06/c-0x-core-language-features-in-vc10-the-table.aspx
我用谷歌搜索..但我没有得到..正确的信息..帮助我?
May i know which C++compilers(online/free) supporting "inheriting constructors" feature in c++0x
N3290 draft :section 12.9 : Inheriting constructors
I tried with VS10,GCC 4.6.0 ..But i think it is not supporting ..(please confirm it.)
Please tell me which online compilers or Free compilers supporting .. This feature
http://wiki.apache.org/stdcxx/C++0xCompilerSupport
http://blogs.msdn.com/b/vcblog/archive/2010/04/06/c-0x-core-language-features-in-vc10-the-table.aspx
I gooogled ..but i didn't get ..the correct info .. help me ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
那么让我们看看:
对我来说似乎一致!
也许您不喜欢您找到的答案,但它似乎是正确的!
编辑:按照评论的建议,将 clang 和 Comeau 添加到列表中。
注意:在某个时间点,编译器将开始实现这一点。当他们这样做时,我不会更新这个答案,所以这个答案现在可能已经过时了。 不过,在 2012 年 2 月 10 日进行的快速搜索并未显示任何已实现此功能的编译器。
So let's see:
Seems consistent to me!
Maybe you do not like the answer you found, but it appears to be correct!
EDIT: Added clang and Comeau to the list, as suggested by comments.
NOTE: At some point in time, compilers will start to implement this. I won't update this answer when they do, so this answer might be out of date by now. A quick search on 10-feb-2012 didn't reveal any compilers that have implemented this yet, though.