Subject: [Boost-bugs] [Boost C++ Libraries] #4709: mistype in filesystem/v3/src/operations.cpp:662
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-10-04 19:37:32
#4709: mistype in filesystem/v3/src/operations.cpp:662
-----------------------------------------------------+----------------------
Reporter: Leonid Gershanovich <gleonid@â¦> | Owner: bemandawes
Type: Bugs | Status: new
Milestone: To Be Determined | Component: filesystem
Version: Boost 1.44.0 | Severity: Problem
Keywords: copy filesystem3 linux |
-----------------------------------------------------+----------------------
line 659: void copy(const path& from, const path& to, system::error_code*
ec)
line 661: file_status s(symlink_status(from, *ec));
line '''662''': if (ec != 0 && '''ec''')return;
as a result this method always '''exits''' at line '''662''', regardless
whether or not 'from' points to the existing file or not.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4709> 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:04 UTC