Subject: Re: [Boost-bugs] [Boost C++ Libraries] #1589: [filesystem] 'mbstate_t' : is not a member of 'std'
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-01-22 19:29:56
#1589: [filesystem] 'mbstate_t' : is not a member of 'std'
--------------------------------------+-------------------------------------
Reporter: faridz_at_[hidden] | Owner: bemandawes
Type: Bugs | Status: new
Milestone: Boost 1.35.0 | Component: filesystem
Version: Boost Development Trunk | Severity: Showstopper
Resolution: | Keywords:
--------------------------------------+-------------------------------------
Comment (by faridz_at_[hidden]):
An another errors:
{{{
fstream_test.cpp
d:\boost\boost\libs\filesystem\test\lpath.hpp(22) : error C2146: syntax
error : missing ';' before identifier 'off_type'
d:\boost\boost\libs\filesystem\test\lpath.hpp(22) : error C4430: missing
type specifier - int assumed. Note: C++ does not support default-int
d:\boost\boost\libs\filesystem\test\lpath.hpp(22) : error C4430: missing
type specifier - int assumed. Note: C++ does not support default-int
}}}
The proposed patch:
{{{
Index: libs/filesystem/test/lpath.hpp
===================================================================
--- libs/filesystem/test/lpath.hpp (revision 42908)
+++ libs/filesystem/test/lpath.hpp (working copy)
@@ -10,6 +10,7 @@
#include <boost/filesystem/path.hpp>
#include <string>
+#include <ios> // for std::streamoff
namespace std
{
}}}
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1589#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:57 UTC