Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r53197 - branches/release/libs/utility
From: steven_at_[hidden]
Date: 2009-05-23 01:36:13


Author: steven_watanabe
Date: 2009-05-23 01:36:13 EDT (Sat, 23 May 2009)
New Revision: 53197
URL: http://svn.boost.org/trac/boost/changeset/53197

Log:
Merge [53060] from the trunk.
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 2009-05-23 01:36:13 EDT (Sat, 23 May 2009)
@@ -117,7 +117,7 @@
 <pre>struct C
 {
    template&lt;class InPlaceFactory&gt;
- C ( InPlaceFactory const& aFactoty )
+ C ( InPlaceFactory const& aFactory )
     :
     contained_ ( uninitialized_storage() )
    {


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