Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r82552 - trunk/libs/smart_ptr
From: glenfe_at_[hidden]
Date: 2013-01-19 19:09:28


Author: glenfe
Date: 2013-01-19 19:09:27 EST (Sat, 19 Jan 2013)
New Revision: 82552
URL: http://svn.boost.org/trac/boost/changeset/82552

Log:
Correct link in documentation
Text files modified:
   trunk/libs/smart_ptr/make_shared_array.html | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/smart_ptr/make_shared_array.html
==============================================================================
--- trunk/libs/smart_ptr/make_shared_array.html (original)
+++ trunk/libs/smart_ptr/make_shared_array.html 2013-01-19 19:09:27 EST (Sat, 19 Jan 2013)
@@ -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 shared_array was
- always the lack of a make_shared utility
+ always the lack of a make_shared 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


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk