I've seen a few questions asking this from before C++11 started being implemented by compilers. VS2012 currently implements some C++11 functionality, but has plenty of unimplemented C++11 features. I cannot find mention of whether strings are now guaranteed contiguous or not, and am wondering if they are.
The C++11 guarantee of contiguousness is item 21.4.1.5 of this working draft of the standard.
If possible I would like an official citation with the answer.