Boost logo

Boost-Commit :

From: technews_at_[hidden]
Date: 2008-02-13 14:41:19


Author: turkanis
Date: 2008-02-13 14:41:18 EST (Wed, 13 Feb 2008)
New Revision: 43242
URL: http://svn.boost.org/trac/boost/changeset/43242

Log:
switched from <wchar.h> to <cwchar>, for stdcxx (which is conforming in this case)
Text files modified:
   branches/iostreams_dev/libs/iostreams/test/detail/utf8_codecvt_facet.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/iostreams_dev/libs/iostreams/test/detail/utf8_codecvt_facet.hpp
==============================================================================
--- branches/iostreams_dev/libs/iostreams/test/detail/utf8_codecvt_facet.hpp (original)
+++ branches/iostreams_dev/libs/iostreams/test/detail/utf8_codecvt_facet.hpp 2008-02-13 14:41:18 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>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk