$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r86647 - trunk/tools/quickbook/src
From: dnljms_at_[hidden]
Date: 2013-11-12 04:16:59
Author: danieljames
Date: 2013-11-12 04:16:59 EST (Tue, 12 Nov 2013)
New Revision: 86647
URL: http://svn.boost.org/trac/boost/changeset/86647
Log:
Remove note about 'stream' strings.
Have been using a stream wrapper which uses UTF-8.
Text files modified: 
   trunk/tools/quickbook/src/native_text.hpp |     1 -                                       
   1 files changed, 0 insertions(+), 1 deletions(-)
Modified: trunk/tools/quickbook/src/native_text.hpp
==============================================================================
--- trunk/tools/quickbook/src/native_text.hpp	Tue Nov 12 04:16:39 2013	(r86646)
+++ trunk/tools/quickbook/src/native_text.hpp	2013-11-12 04:16:59 EST (Tue, 12 Nov 2013)	(r86647)
@@ -58,7 +58,6 @@
         //              possibly other sources in the future. Wide strings on
         //              normal windows, UTF-8 for cygwin and other platforms
         //              (hopefully).
-        // 'stream':    Strings to be written to a stream.
         // 'path':      Stored as a boost::filesystem::path. Since
         //              Boost.Filesystem doesn't support cygwin, this
         //              is always wide on windows. UTF-8 on other