Correct link in documentation

[SVN r82552]
This commit is contained in:
Glen Fernandes
2013-01-20 00:09:27 +00:00
parent 32a28ec462
commit 06c4dacaf2

View File

@@ -18,7 +18,7 @@
<code>allocate_shared</code> were for efficient allocation of single
objects only. There was a need to have efficient, single, allocation of
arrays. One criticism of <a href="shared_array.htm">shared_array</a> was
always the lack of a <a href="make_shared.htm">make_shared</a> utility
always the lack of a <a href="make_shared.html">make_shared</a> utility
which ensures only a single allocation for an array.</p>
<p>The header files &lt;boost/smart_ptr/make_shared_array.hpp&gt; and
&lt;boost/smart_ptr/allocate_shared_array.hpp&gt; provide new function