Visual Studio 2010 支持哪些 C++11 功能?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2936757/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
What C++11 features does Visual Studio 2010 support?
提问by Thomas Bonini
采纳答案by James McNellis
There is also a list for Visual C++ 2010(that article describes the core language features that have been implemented; the PDF linked from the article describes the library features that have been implemented).
还有一个 Visual C++ 2010 列表(该文章描述了已实现的核心语言功能;从文章链接的 PDF 描述了已实现的库功能)。
Edit:I've just come across an awesome list: the Apache C++ Standard Library wiki has a table listing the C++11 core language featuresand which C++ compilers support each of them.
编辑:我刚刚遇到了一个很棒的列表:Apache C++ 标准库维基有一个表格,列出了 C++11 核心语言特性以及哪些 C++ 编译器支持它们中的每一个。
回答by daveangel
Here is the best list IMO since it breaks it down into several tabs like core language, library, etc: Summary of C++0x Feature Availability in gcc and MSVC
这是 IMO 的最佳列表,因为它将其分解为几个选项卡,例如核心语言、库等: gcc 和 MSVC 中 C++0x 功能可用性摘要
回答by uceumern
回答by AshleysBrain
The What's new in Visual C++ 2010MSDN page summarises the new feature support as well.
在什么是在Visual C ++新2010MSDN页面总结了新功能的支持。
回答by kurt krueckeberg
See the C++ compilers implementation matrix. The page is maintained as best-effort and may lag behind most recent compiler releases.
请参阅C++ 编译器实现矩阵。该页面是尽最大努力维护的,可能落后于最新的编译器版本。