Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r82729 - trunk/libs/utility
From: marshall_at_[hidden]
Date: 2013-02-06 20:25:46


Author: marshall
Date: 2013-02-04 09:14:42 EST (Mon, 04 Feb 2013)
New Revision: 82729
URL: http://svn.boost.org/trac/boost/changeset/82729

Log:
Fix typo in docs; Refs #7974
Text files modified:
   trunk/libs/utility/in_place_factories.html | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/utility/in_place_factories.html
==============================================================================
--- trunk/libs/utility/in_place_factories.html (original)
+++ trunk/libs/utility/in_place_factories.html 2013-02-04 09:14:42 EST (Mon, 04 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