visual-c++-2012

C++11 features in Visual Studio 2012

荒凉一梦 提交于 2019-11-26 03:06:54
问题 A preview version of Visual Studio 2012 (the next version after VS2010) is now available. Does anyone know what new C++11 features it supports? (I\'m not in a position to try it out at the moment). 回答1: It's worth noting that Visual Studio 2010 already had quite a bit of early C++11 support. So to summarize what is already linked to in other answers, here is what is new in Visual Studio 11 that was not part of Visual Studio 2010: rvalue references to version 2.1 from 2.0 lambdas to version 1