<sarcasm> We'll all wait with baited breath. </sarcasm>
I think you missed /my/ sarcasm above ;-)
<shrug> You're not there. I'm not there. Shouldn't preclude those who
want to discuss C++11 from talking about it and giving code snippets
with the language _a Standard for which has already been approved_.
Of course C++11 needs to be discussed et cetera like you say; I don't
propose to treat it as a second-class language for N more years.
I'm just afraid that while the early adopters are having fun with the
new features (and all the positive effects which come with that), the
big crowd of C++ users are partly left behind, some of them being
/more/ confused than they already were.
The more "we" (as a c.l.c++ community) do the "mixing C++11 into
examples", the sooner it is learned by "us" (and that means you, as well).
I say, go for it! As an old Russian saying goes, to learn to swim one
must go into water.
I'd like to, but my code has to compile & run on a few different
machines not under my direct control. When g++ 4.6 hits Debian Stable
is when I personally can consider flipping the -std=c++11 switch, or
whatever it's called. By that time, I expect most systems which have
C++98 today, will also have large parts of C++11 (because Debian isn't
known for it's bleeding-edge-ness).
(At work is another issue: as is often the case, I'm stuck with even
older tools there. But that's not new; I can't even use C99 there.)
/Jorgen