I haven't kept up lately with the C++ world. Exactly where do things stand these days regarding the standard?
Is TR1 adopted?
Is there a TR2?
How do these relate to C++0x? Are the subsumed?
Has a decision been reached on threading yet?
|
|
|
|
|
|
|
You can find an extensive article about the upcoming C++0x on wikipedia and the current state of C++ evolution here. It is also worth giving a look at the current GNU implementation in gcc |
|||
|
|
|
The information you want is available at the site pvnsp directed you to. To synopsize my understanding
|
||
|
|
|
I'd recommend you to visit http://www.open-std.org/jtc1/sc22/wg21/ |
||
|
|