 |
Thread Safety in the C++ Standard Library
The following thread safety rules apply to all classes in the Standard C++ Library—this includes shared_ptr, as described below. Stronger guarantees are sometimes provided—for example, the standard iostream objects, as described below, and types specifica
msdn.microsoft.com |
 |