vote up 3 vote down star

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?

flag

3 Answers

vote up 8 vote down check

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

link|flag
Thanks. Excellent sources. The GCC link was a great addition. – A mildly confused soul Sep 28 '08 at 0:10
vote up 2 vote down

The information you want is available at the site pvnsp directed you to. To synopsize my understanding

  • Yes, TR1 has been adopted and C++0x is expected to subsume nearly all of the standard.
  • There is a TR2, it's still in development.
  • As far as I know, there is no decision on threading. Here's a document from open-std.org that discusses the matter.
link|flag
Thanks Adam. Precisely what I needed to know. – A mildly confused soul Sep 28 '08 at 0:09
vote up 3 vote down

I'd recommend you to visit http://www.open-std.org/jtc1/sc22/wg21/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.