Index: in_place_factories.html =================================================================== --- in_place_factories.html (révision 82720) +++ in_place_factories.html (copie de travail) @@ -46,7 +46,7 @@

Suppose we have a class

struct X
 {
-  X ( int, std:::string ) ;
+  X ( int, std::string ) ;
 } ;

And a container for it which supports an empty state (that is, which can contain zero objects):

struct C