There is a list for GCC; is there a similar list for Visual Studio 2010?
Support for C11 and C17 standards is available in Visual Studio 2019 version 16.8 and later.
Visual Studio 2010 gives developers powerful new core language features from the upcoming C++0x standard. The Visual C++ compiler in Visual Studio 2010 has enabled six C++0x core language features: lambda expressions, auto keywords, rvalue references, static_assert, nullptr and decltype.
Visual Studio 2010 and earlier versions are no longer supported.
The /std:c17 option enables ISO C17 conformance. It's available starting in Visual Studio 2019 version 16.8.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With