Where can I find relevant documentation for the STL for compilers which support c++0x?
I am interested primarily to find documentation on Parallel algorithms and multithreading.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The C++0x November 2010 N3225 draft can be found here. It contains details on the standard library.
That’s the definitive reference. Wikipedia also has a page which gives a brief overview of some of the new stuff.