forked from boostorg/smart_ptr
Mention thread safety feature.
[SVN r12676]
This commit is contained in:
@ -58,7 +58,7 @@ Calling <b>reset</b> with a pointer to the object that's already owned by the
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
<li>The manipulation of use counts is now thread safe on Windows, Linux, and platforms
|
<li>The manipulation of use counts is now <a name="threadsafe">thread safe</a> on Windows, Linux, and platforms
|
||||||
that support pthreads. See the
|
that support pthreads. See the
|
||||||
<a href="../../boost/detail/atomic_count.hpp"><boost/detail/atomic_count.hpp></a>
|
<a href="../../boost/detail/atomic_count.hpp"><boost/detail/atomic_count.hpp></a>
|
||||||
file for details</li>
|
file for details</li>
|
||||||
|
Reference in New Issue
Block a user