summaryrefslogtreecommitdiff
path: root/index.htm
diff options
context:
space:
mode:
authorDarin Adler <darin@bentspoon.com>2002-02-03 17:50:11 +0000
committerDarin Adler <darin@bentspoon.com>2002-02-03 17:50:11 +0000
commit01b68fdb045e9f8dba9e0d832d6d31e7bb18176b (patch)
treeedbb437d9cca32dfe0b73ab586d5170cfb7d13d4 /index.htm
parent75cd2a17cad62d2f8cc87876bfe151b2c1bc3bc8 (diff)
downloadboost-01b68fdb045e9f8dba9e0d832d6d31e7bb18176b.tar.gz
Mention thread safety feature.
[SVN r12676]
Diffstat (limited to 'index.htm')
-rw-r--r--index.htm1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.htm b/index.htm
index b741176a7b..81aa49d415 100644
--- a/index.htm
+++ b/index.htm
@@ -100,6 +100,7 @@ formal reviews of proposed libraries.</p>
<li><a href="libs/math/octonion/index.html">Octonions</a>: added support for GCC 2.95.x.</a></li>
<li><a href="libs/smart_ptr/index.htm">Smart Pointers Library</a>: Peter Dimov contributed a new
implementation that fixes some bugs and adds some features including
+ <a href="libs/smart_ptr/compatibility.htm#threadsafe">thread safety</a> when manipulating the use count,
<a href="libs/smart_ptr/shared_ptr.htm#constructors">custom delete functions</a>,
a new <a href="libs/smart_ptr/weak_ptr.htm">weak_ptr</a>, and
<a href="libs/smart_ptr/shared_ptr.htm#shared_static_cast">shared_static_cast</a>