$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: technews_at_[hidden]
Date: 2008-02-13 14:42:10
Author: turkanis
Date: 2008-02-13 14:42:10 EST (Wed, 13 Feb 2008)
New Revision: 43243
URL: http://svn.boost.org/trac/boost/changeset/43243
Log:
switched from <wchar.h> to <cwchar>, for stdcxx (which is conforming in this case)
Text files modified: 
   trunk/libs/iostreams/test/detail/utf8_codecvt_facet.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/iostreams/test/detail/utf8_codecvt_facet.hpp
==============================================================================
--- trunk/libs/iostreams/test/detail/utf8_codecvt_facet.hpp	(original)
+++ trunk/libs/iostreams/test/detail/utf8_codecvt_facet.hpp	2008-02-13 14:42:10 EST (Wed, 13 Feb 2008)
@@ -52,7 +52,7 @@
 
 #include <locale>
 #include <cstddef> // size_t
-#include <wchar.h> // mbstate_t
+#include <cwchar>  // mbstate_t
 #include <boost/integer_traits.hpp>
 #include <boost/iostreams/detail/config/wide_streams.hpp>
 #include <boost/iostreams/detail/codecvt_helper.hpp>