Opened 7 years ago
#11919 new Support Requests
ERROR_BROKEN_PIPE != boost::system::errc::broken_pipe
Reported by: | anonymous | Owned by: | Beman Dawes |
---|---|---|---|
Milestone: | To Be Determined | Component: | system |
Version: | Boost 1.59.0 | Severity: | Problem |
Keywords: | Cc: |
Description
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
Note:
See TracTickets
for help on using tickets.