I was browsing msdn and watched
this talk by Herb Sutter where he talks about changes to the standard library wherein its revealed that const objects are expected by the standard library to be thread safe, and so if our own classes do not follow the same behavior but use the standard library, then I could be subject to some race conditions.
Will we be using the C++11 standard library this year?
Video summarized by StackOverflow
here.