diff --git a/in_place_factories.html b/in_place_factories.html index f8a4c7b..8eb7ea8 100644 --- a/in_place_factories.html +++ b/in_place_factories.html @@ -46,7 +46,7 @@ HREF="../../boost/utility/typed_in_place_factory.hpp">boost/utility/typed_in_pla

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