C++0x 的哪些功能将确定保留(如果有)?

发布于 2024-07-17 16:17:30 字数 40 浏览 5 评论 0原文

C++0x 是否有任何已知的特性? 也许就像标准库中的线程一样?

Are there any features of C++0x that are known to be there for sure?
Like, maybe, threads in the standard library?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

倾城°AllureLove 2024-07-24 16:17:30

实际上没有。 在标准发布之前的任何时候,ISO 都可以对其进行更改,因为它会受到投票过程的变幻莫测的影响。

事实上,当前草案中的任何主要功能都将保留(尽管可以进行调整)。 他们已经表示他们将错过 2009 年的交付,而 ISO 与任何国家一样都是政治野兽,因此他们不想再错过另一场交付。

因此,虽然您不会看到元组、线程或其他主要库更改被删除,但可能会有细微的变化,但不会对标准的交付产生重大影响(希望供应商能够及时实施)。

Actually none. At any point up to the publication of the standard, ISO can change it, since it's subject to the vagaries of the voting process.

In reality, any major feature that's currently in the draft will remain (although tweaking is possible). They've already stated that they'll miss their 2009 delivery and ISO is as political a beast as any country, so they'll not want to miss another one.

So while you won't see tuples or threads or other major library changes being removed, there could be minor variations, nothing that will have a major impact on delivery of the standard (and hopefully, timely implementation by the vendors).

静待花开 2024-07-24 16:17:30
  • 新字符串文字
  • auto 类型推导
  • 模板 typedefs
  • R 值引用(

仅举出 TR1 的一些和大部分)。

看一下 C++0x Wikipedia 文章 - 但它最好咨询您的编译器供应商,了解您可以使用什么

  • New string literals
  • auto type deduction
  • Template typedefs
  • R-value references

to name a few and most of TR1.

Take a look at the C++0x Wikipedia article -- but it is best to check with your compiler vendor to know what you can use.

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