Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49208 - in trunk/libs/filesystem: example test
From: bdawes_at_[hidden]
Date: 2008-10-09 10:53:48


Author: bemandawes
Date: 2008-10-09 10:53:47 EDT (Thu, 09 Oct 2008)
New Revision: 49208
URL: http://svn.boost.org/trac/boost/changeset/49208

Log:
Add include <cwchar> in two place to fix ticket #2382
Text files modified:
   trunk/libs/filesystem/example/mbpath.cpp | 2 +-
   trunk/libs/filesystem/example/mbpath.hpp | 1 +
   trunk/libs/filesystem/test/lpath.hpp | 1 +
   3 files changed, 3 insertions(+), 1 deletions(-)

Modified: trunk/libs/filesystem/example/mbpath.cpp
==============================================================================
--- trunk/libs/filesystem/example/mbpath.cpp (original)
+++ trunk/libs/filesystem/example/mbpath.cpp 2008-10-09 10:53:47 EDT (Thu, 09 Oct 2008)
@@ -1,4 +1,4 @@
-// Boost.Filesystem mbpath.hpp ---------------------------------------------//
+// Boost.Filesystem mbpath.cpp ---------------------------------------------//
 
 // (c) Copyright Beman Dawes 2005
 

Modified: trunk/libs/filesystem/example/mbpath.hpp
==============================================================================
--- trunk/libs/filesystem/example/mbpath.hpp (original)
+++ trunk/libs/filesystem/example/mbpath.hpp 2008-10-09 10:53:47 EDT (Thu, 09 Oct 2008)
@@ -10,6 +10,7 @@
 // See http://../doc/path.htm#mbpath for more information
 
 #include <boost/filesystem/path.hpp>
+#include <cwchar> // for std::mbstate_t
 #include <string>
 #include <locale>
 

Modified: trunk/libs/filesystem/test/lpath.hpp
==============================================================================
--- trunk/libs/filesystem/test/lpath.hpp (original)
+++ trunk/libs/filesystem/test/lpath.hpp 2008-10-09 10:53:47 EDT (Thu, 09 Oct 2008)
@@ -9,6 +9,7 @@
 // See library home page at http://www.boost.org/libs/filesystem
 
 #include <boost/filesystem/path.hpp>
+#include <cwchar> // for std::mbstate_t
 #include <string>
 #include <ios> // for std::streamoff
 


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