What C++11 features does Visual Studio 2010 support?

前端 未结 5 1681
囚心锁ツ
囚心锁ツ 2020-12-12 18:44

There is a list for GCC; is there a similar list for Visual Studio 2010?

相关标签:
5条回答
  • 2020-12-12 19:28

    See the C++ compilers implementation matrix. The page is maintained as best-effort and may lag behind most recent compiler releases.

    0 讨论(0)
  • 2020-12-12 19:34

    The What's new in Visual C++ 2010 MSDN page summarises the new feature support as well.

    0 讨论(0)
  • 2020-12-12 19:36

    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).

    Edit: I've just come across an awesome list: the Apache C++ Standard Library wiki has a table listing the C++11 core language features and which C++ compilers support each of them.

    0 讨论(0)
  • 2020-12-12 19:41

    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

    0 讨论(0)
  • 2020-12-12 19:42

    Here is a comprehensive list of C++11/14/17 support in Visual Studio 10, 12, 13, 15.

    0 讨论(0)
提交回复
热议问题