C++0x features in VC2010 - Summary

VC2010 has been released for a while. It adds many C++0x features (The complete list can be found here: C++0x Core Language Features In VC10: The Table)

In the following posts, I’d like to share some of my experience of these new features. They will cover:

What we have before C++0x

What we have now in C++0x

Known issues / limitations

What is special in VC2010

Known bugs in VC2010

Quick link:

static_assert

auto

decltype

nullptr