I was there at SD west
I was actually at these sessions at SD West. I think what a lot of you are missing is that a lot of design decisions in the development of C++ were to support legacy code. For example the support for plain C, C++0x changes are careful not to break old stuff.
Whilst this will keep C++ popular and thriving for a while I feel that, like every language in history, eventually it won't be able to both adapt to new demands and meet legacy compatibility concerns. At that point something else will take over in its space (portable code for high performance large systems).
I think you should all bear that in mind before you toss brickbats. I personally never write in C++ (don't like it), but you've got to respect a language that has been so successful and proven adept to coping with change,