Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6932: create_directories throws exception even if error_code is specified
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-05-28 16:05:32
#6932: create_directories throws exception even if error_code is specified
-------------------------------+--------------------------------------------
Reporter: xuefer@⦠| Owner: bemandawes
Type: Bugs | Status: closed
Milestone: To Be Determined | Component: filesystem
Version: Boost 1.49.0 | Severity: Problem
Resolution: fixed | Keywords:
-------------------------------+--------------------------------------------
Comment (by xuefer@â¦):
before i make some time to test it, i doubt this patch, are you sure it is
fixed and the test passes?
the exception is thrown by exists() call because no error_code is pass to
it (check the call stack (the backtrace) i post).
in [78721], create_directories still call exists(p) not error_code dummy;
exists(p, dummy) like create_directory do currently.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6932#comment:3> 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:09 UTC