|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r82575 - in branches/release: . libs libs/smart_ptr
From: glenfe_at_[hidden]
Date: 2013-01-20 23:36:15
Author: glenfe
Date: 2013-01-20 23:36:14 EST (Sun, 20 Jan 2013)
New Revision: 82575
URL: http://svn.boost.org/trac/boost/changeset/82575
Log:
Merge documentation fix from trunk
Properties modified:
branches/release/ (props changed)
branches/release/libs/ (props changed)
branches/release/libs/smart_ptr/ (props changed)
Text files modified:
branches/release/libs/smart_ptr/make_shared_array.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/libs/smart_ptr/make_shared_array.html
==============================================================================
--- branches/release/libs/smart_ptr/make_shared_array.html (original)
+++ branches/release/libs/smart_ptr/make_shared_array.html 2013-01-20 23:36:14 EST (Sun, 20 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 <boost/smart_ptr/make_shared_array.hpp> and
<boost/smart_ptr/allocate_shared_array.hpp> 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