The C++0x Working Draft: Get It Now
Herb Sutter: ... Here’s where to find it: The September C++0x working draft document is essentially the same as the September 2008 CD.
This is “it”, feature-complete C++0x, including the major feature of “concepts”...
Here's a taste of what's in it:
Working Draft, Standard for Programming Language C++:8.3.2 References
- A reference type that is declared using & is called an lvalue reference, and a reference type that is declared using && is called an rvalue reference...