No. No part of the STL is thread-safe. (No object in general is thread-safe.)
You will have to use the usual locking mechanisms before handling any object.
When playing with streams, I would think that would be a given, since synchronization is an issue.