From 01b68fdb045e9f8dba9e0d832d6d31e7bb18176b Mon Sep 17 00:00:00 2001 From: Darin Adler Date: Sun, 3 Feb 2002 17:50:11 +0000 Subject: [PATCH] Mention thread safety feature. [SVN r12676] --- index.htm | 1 + libs/smart_ptr | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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.

  • Octonions: added support for GCC 2.95.x.
  • Smart Pointers Library: Peter Dimov contributed a new implementation that fixes some bugs and adds some features including + thread safety when manipulating the use count, custom delete functions, a new weak_ptr, and shared_static_cast diff --git a/libs/smart_ptr b/libs/smart_ptr index 758954a93f..ee3d3bd1e1 160000 --- a/libs/smart_ptr +++ b/libs/smart_ptr @@ -1 +1 @@ -Subproject commit 758954a93f0ac047907ac58c4d3ea0a5df2580b1 +Subproject commit ee3d3bd1e199033c4ee55030aed6aa069ef86e01