Fix typo shared_array should have read shared_ptr in one place (Ed Brey)

[SVN r8392]
This commit is contained in:
Beman Dawes
2000-12-06 14:46:44 +00:00
parent 4e832788bf
commit 26fe4c4078

View File

@ -23,7 +23,7 @@ shared_array</strong> works by default for Standard Library's Associative
Container Compare template parameter.&nbsp; For compilers not supporting partial
specialization, the user must explicitly pass the less&lt;&gt; functor.</p>
<p>Class<strong> shared_array</strong> cannot correctly hold a pointer to a
single object.&nbsp; See <a href="shared_ptr.htm"><strong>shared_array</strong></a>
single object.&nbsp; See <a href="shared_ptr.htm"><strong>shared_ptr</strong></a>
for that usage.</p>
<p>Class<strong> shared_array</strong> will not work correctly with cyclic data
structures. For example, if main() holds a shared_array pointing to array A,