[Boost-bugs] [Boost C++ Libraries] #3113: [system] build failure when BOOST_SYSTEM_NO_DEPRECATED defined

Subject: [Boost-bugs] [Boost C++ Libraries] #3113: [system] build failure when BOOST_SYSTEM_NO_DEPRECATED defined
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-05-30 14:45:06


#3113: [system] build failure when BOOST_SYSTEM_NO_DEPRECATED defined
---------------------------------------------------------+------------------
 Reporter: Richard Webb <richard.webb_at_[hidden]> | Owner: bemandawes
     Type: Bugs | Status: new
Milestone: Boost 1.40.0 | Component: system
  Version: Boost Development Trunk | Severity: Problem
 Keywords: |
---------------------------------------------------------+------------------
 The system library fails to build when BOOST_SYSTEM_NO_DEPRECATED is
 defined, because error_code.cpp does a

 using namespace boost::system::posix_error;

 and posix_error doesn't exist if BOOST_SYSTEM_NO_DEPRECATED is defined.
 Should perhaps be

 using namespace boost::system::errc;

 instead?

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/3113>
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:00 UTC