From 26fe4c40788dd94f5bf09da8b64748a6c9fe3fdc Mon Sep 17 00:00:00 2001
From: Beman Dawes
Date: Wed, 6 Dec 2000 14:46:44 +0000
Subject: [PATCH] Fix typo shared_array should have read shared_ptr in one
place (Ed Brey)
[SVN r8392]
---
shared_array.htm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shared_array.htm b/shared_array.htm
index eebafdc..89d9339 100644
--- a/shared_array.htm
+++ b/shared_array.htm
@@ -23,7 +23,7 @@ shared_array works by default for Standard Library's Associative
Container Compare template parameter. For compilers not supporting partial
specialization, the user must explicitly pass the less<> functor.
Class shared_array cannot correctly hold a pointer to a
-single object. See shared_array
+single object. See shared_ptr
for that usage.
Class shared_array will not work correctly with cyclic data
structures. For example, if main() holds a shared_array pointing to array A,