There is a list for GCC; is there a similar list for Visual Studio 2010?
+11
A:
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++0x core language features and which C++ compilers support each of them.
James McNellis
2010-05-29 22:09:40
That table is broken, you can't see the VC10 column :/
Andreas Bonini
2010-05-29 22:13:28
@Andreas: Yeah, the new MSDN blogs layout broke it... I guess you can just go by the colors :-).
James McNellis
2010-05-29 22:14:18
Looks OK to me on IE8.
T.E.D.
2010-05-29 22:39:35
@T.E.D: reduce your screen resolution to e.g. 1280x800 and you will see that it IS broken.
smerlin
2010-05-30 01:10:36
@James: the second list is awesome! Bookmarked, thanks!
Andreas Bonini
2010-05-30 02:39:58
Amazing list! Thanks very much James.
Matthieu M.
2010-05-30 11:45:22
+1
A:
The What's new in Visual C++ 2010 MSDN page summarises the new feature support as well.
AshleysBrain
2010-05-30 00:40:46
+2
A:
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
daveangel
2010-05-30 02:11:29