$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r70201 - trunk/tools/quickbook/src
From: dnljms_at_[hidden]
Date: 2011-03-19 13:23:31
Author: danieljames
Date: 2011-03-19 13:23:30 EDT (Sat, 19 Mar 2011)
New Revision: 70201
URL: http://svn.boost.org/trac/boost/changeset/70201
Log:
Quickbook: store a copy of the string in utf8_proxy.
Text files modified: 
   trunk/tools/quickbook/src/input_path.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/quickbook/src/input_path.hpp
==============================================================================
--- trunk/tools/quickbook/src/input_path.hpp	(original)
+++ trunk/tools/quickbook/src/input_path.hpp	2011-03-19 13:23:30 EDT (Sat, 19 Mar 2011)
@@ -94,7 +94,7 @@
         
         struct utf8_proxy
         {
-            std::string const& value;
+            std::string value;
             
             explicit utf8_proxy(std::string const& v) : value(v) {}
         };