[Boost-bugs] [Boost C++ Libraries] #11919: ERROR_BROKEN_PIPE != boost::system::errc::broken_pipe

Subject: [Boost-bugs] [Boost C++ Libraries] #11919: ERROR_BROKEN_PIPE != boost::system::errc::broken_pipe
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-01-18 13:22:03


#11919: ERROR_BROKEN_PIPE != boost::system::errc::broken_pipe
------------------------------+------------------------
 Reporter: anonymous | Owner: bemandawes
     Type: Support Requests | Status: new
Milestone: To Be Determined | Component: system
  Version: Boost 1.59.0 | Severity: Problem
 Keywords: |
------------------------------+------------------------
 Hi,

 This might be intentional behavior, but I find it strange the following
 assert fires:

   auto e = boost::system::error_code(ERROR_BROKEN_PIPE,
 boost::system::system_category());
   assert(e == boost::system::errc::broken_pipe);

 There is a similar Connect issue regarding Microsoft's implementation:

   https://connect.microsoft.com/VisualStudio/feedback/details/1856408

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