Boost C++ Libraries: Ticket #4709: mistype in filesystem/v3/src/operations.cpp:662 https://svn.boost.org/trac10/ticket/4709 <p> line 659: void copy(const path&amp; from, const path&amp; to, system::error_code* ec) </p> <p> line 661: file_status s(symlink_status(from, *ec)); </p> <p> line <strong>662</strong>: if (ec != 0 &amp;&amp; <strong>ec</strong>)return; </p> <p> as a result this method always <strong>exits</strong> at line <strong>662</strong>, regardless whether or not 'from' points to the existing file or not. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4709 Trac 1.4.3 Beman Dawes Wed, 01 Dec 2010 20:24:49 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4709#comment:1 https://svn.boost.org/trac10/ticket/4709#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Fixed by changeset 65765. </p> <p> Thanks, </p> <p> --Beman </p> Ticket