Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49811 - trunk/libs/utility
From: daniel_james_at_[hidden]
Date: 2008-11-16 18:10:00


Author: danieljames
Date: 2008-11-16 18:10:00 EST (Sun, 16 Nov 2008)
New Revision: 49811
URL: http://svn.boost.org/trac/boost/changeset/49811

Log:
Fix a typo.
Text files modified:
   trunk/libs/utility/in_place_factories.html | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/libs/utility/in_place_factories.html
==============================================================================
--- trunk/libs/utility/in_place_factories.html (original)
+++ trunk/libs/utility/in_place_factories.html 2008-11-16 18:10:00 EST (Sun, 16 Nov 2008)
@@ -99,7 +99,7 @@
 <H2><A NAME="framework"></A>Framework</H2>
 <p>
 This library proposes a framework to allow some containers to directly contruct contained objects in-place without requiring
-the entire set of constructor overloads ftom the contained type. It also allows the container to remove the CopyConstuctible
+the entire set of constructor overloads from the contained type. It also allows the container to remove the CopyConstuctible
 requirement from the contained type since objects can be directly constructed in-place without need of a copy.<br>
 The only requirement on the container is that it must provide proper storage (that is, correctly aligned and sized).
 Naturally, the container will typically support uninitialized storage to avoid the in-place construction to override
@@ -293,4 +293,4 @@
 HREF="http://www.boost.org">www.boost.org</A>, and the boost
 <A HREF="http://www.boost.org/more/mailing_lists.htm#main">discussion lists</A></P>
 </BODY>
-</HTML>
\ No newline at end of file
+</HTML>


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