Subject: [Boost-bugs] [Boost C++ Libraries] #13638: wrong system to generic error conversion on windows with ERROR_SHARING_VIOLATION
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2018-07-18 14:40:41
#13638: wrong system to generic error conversion on windows with
ERROR_SHARING_VIOLATION
------------------------------+---------------------
Reporter: joseph@⦠| Owner: (none)
Type: Bugs | Status: new
Milestone: To Be Determined | Component: None
Version: Boost 1.63.0 | Severity: Problem
Keywords: |
------------------------------+---------------------
in system/detail/error_code.ipp
{{{
case ERROR_SHARING_VIOLATION_: return make_error_condition(
permission_denied );
}}}
This does not mean permission denied. It means more like
device_or_resource_busy or perhaps text_file_busy.
-- Ticket URL: <https://svn.boost.org/trac10/ticket/13638> 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 : 2018-07-18 14:45:35 UTC