$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r50839 - trunk/libs/optional/doc
From: daniel_james_at_[hidden]
Date: 2009-01-28 04:14:57
Author: danieljames
Date: 2009-01-28 04:14:56 EST (Wed, 28 Jan 2009)
New Revision: 50839
URL: http://svn.boost.org/trac/boost/changeset/50839
Log:
Fix an incorrectly escaped right arrow.
Text files modified: 
   trunk/libs/optional/doc/special_cases.qbk |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/optional/doc/special_cases.qbk
==============================================================================
--- trunk/libs/optional/doc/special_cases.qbk	(original)
+++ trunk/libs/optional/doc/special_cases.qbk	2009-01-28 04:14:56 EST (Wed, 28 Jan 2009)
@@ -205,7 +205,7 @@
     {
         // Wrapped object constructed in-place via a TypedInPlaceFactory.
         // No temporary created.
-        W ( TypedInPlaceFactory2<X,int,std::string&rt(123,"hello")) ;
+        W ( TypedInPlaceFactory2<X,int,std::string>(123,"hello")) ;
     }
 
 The factories are divided in two groups: