From d153ab4daa94d4433c6afe1af475930ce0b2a8c9 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 16 Nov 2008 23:10:00 +0000 Subject: [PATCH] Fix a typo. [SVN r49811] --- in_place_factories.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/in_place_factories.html b/in_place_factories.html index b36387d..d3791f8 100644 --- a/in_place_factories.html +++ b/in_place_factories.html @@ -99,7 +99,7 @@ directly to the container:

Framework

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.
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 @@ the latest version of this file can be found at www.boost.org, and the boost discussion lists

- \ No newline at end of file +