forked from boostorg/smart_ptr
Correct link in documentation
[SVN r82552]
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
<code>allocate_shared</code> were for efficient allocation of single
|
<code>allocate_shared</code> were for efficient allocation of single
|
||||||
objects only. There was a need to have efficient, single, allocation of
|
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
|
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>
|
which ensures only a single allocation for an array.</p>
|
||||||
<p>The header files <boost/smart_ptr/make_shared_array.hpp> and
|
<p>The header files <boost/smart_ptr/make_shared_array.hpp> and
|
||||||
<boost/smart_ptr/allocate_shared_array.hpp> provide new function
|
<boost/smart_ptr/allocate_shared_array.hpp> provide new function
|
||||||
|
Reference in New Issue
Block a user