Mention thread safety feature.

[SVN r12676]
This commit is contained in:
Darin Adler
2002-02-03 17:50:11 +00:00
parent 758954a93f
commit ee3d3bd1e1

View File

@ -58,7 +58,7 @@ Calling <b>reset</b> with a pointer to the object that's already owned by the
<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
<a href="../../boost/detail/atomic_count.hpp">&lt;boost/detail/atomic_count.hpp&gt;</a>
file for details</li>