C++ compiler that supports C++0x features?

后端 未结 6 1185
眼角桃花
眼角桃花 2020-12-20 14:48

Is where any C++ compiler that supports C++0x features already?

6条回答
  •  没有蜡笔的小新
    2020-12-20 15:14

    Microsoft's Visual Studio 2010 CTP (Community Technology Preview) contains support for four C++0x features namely lambdas, auto, static_assert, and rvalue references.

    You can download the VPC image here, make sure to read the bit about accounting for the January 1 2009 expiry date (this blog post is referenced).

提交回复
热议问题