Subject: [Boost-bugs] [Boost C++ Libraries] #4248: Filesystem library uses deprecated components of System library
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-05-22 19:08:44
#4248: Filesystem library uses deprecated components of System library
------------------------------------------------------+---------------------
Reporter: Piotr Danilewski <pdanilewski@â¦> | Owner: bemandawes
Type: Bugs | Status: new
Milestone: To Be Determined | Component: filesystem
Version: Boost Development Trunk | Severity: Cosmetic
Keywords: filesystem |
------------------------------------------------------+---------------------
Filesystem is using deprecated namespace names (posix instead of errc) of
the System library.
The following fails to compile:
{{{
#define BOOST_WINDOWS_API
#define BOOST_SYSTEM_NO_DEPRECATED
#define BOOST_FILESYSTEM_NO_DEPRECATED
#include <boost/filesystem.hpp>
int main() {}
}}}
I am using Boost 1.42, but just checked what is in svn repository and
didn't see it corrected.
Thank you
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4248> 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:50:03 UTC