我可以知道哪些 C++ 编译器(在线/免费)支持“继承构造函数”吗? c++0x 中的功能

发布于 2024-12-02 17:44:08 字数 598 浏览 0 评论 0原文

我可以知道哪些 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

笑着哭最痛 2024-12-09 17:44:08

那么让我们看看:

  • google 没有找到任何声称实现它的编译器;
  • 概述页面没有列出任何声称实现它的编译器;
  • clang、Comeau、GCC 和 MSVC 概述页面并未声称他们实现了它。

对我来说似乎一致!

也许您不喜欢您找到的答案,但它似乎是正确的!

编辑:按照评论的建议,将 clang 和 Comeau 添加到列表中。

注意:在某个时间点,编译器将开始实现这一点。当他们这样做时,我不会更新这个答案,所以这个答案现在可能已经过时了。 不过,在 2012 年 2 月 10 日进行的快速搜索并未显示任何已实现此功能的编译器。

So let's see:

  • google didn't find any compiler claiming to implement it;
  • overview pages don't list any compiler claiming to implement it;
  • clang, Comeau, GCC, and MSVC overview pages don't claim they implement it.

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文