|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r82819 - branches/release/libs/utility
From: marshall_at_[hidden]
Date: 2013-02-11 11:10:24
Author: marshall
Date: 2013-02-11 11:10:24 EST (Mon, 11 Feb 2013)
New Revision: 82819
URL: http://svn.boost.org/trac/boost/changeset/82819
Log:
Merge typo in docs; Fixes 7974
Properties modified:
branches/release/libs/utility/in_place_factories.html (contents, props changed)
Text files modified:
branches/release/libs/utility/in_place_factories.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/libs/utility/in_place_factories.html
==============================================================================
--- branches/release/libs/utility/in_place_factories.html (original)
+++ branches/release/libs/utility/in_place_factories.html 2013-02-11 11:10:24 EST (Mon, 11 Feb 2013)
@@ -46,7 +46,7 @@
<p>Suppose we have a class</p>
<pre>struct X
{
- X ( int, std:::string ) ;
+ X ( int, std::string ) ;
} ;</pre>
<p>And a container for it which supports an empty state (that is, which can contain zero objects):</p>
<pre>struct C
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