Boost C++ Libraries: Ticket #3333: Header and documentation of filesystem::create_hard_link suggest wrong order of arguments https://svn.boost.org/trac10/ticket/3333 <p> The header "boost/filesystem/operations.hpp" and the doc state: </p> <blockquote> <p> create_hard_link( const Path &amp; to_ph, const Path &amp; from_ph ) </p> </blockquote> <p> From this I expect: to_ph: name of an existing file from_ph: name of a file to create </p> <p> The observed behavior is exactly the opposite. </p> <p> --Chr. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3333 Trac 1.4.3 Beman Dawes Sat, 12 Jun 2010 20:18:53 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3333#comment:1 https://svn.boost.org/trac10/ticket/3333#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">worksforme</span> </li> </ul> <p> I was not able to reproduce this problem. Also, there are very specific test cases in operations_test.cpp that would detect this problem, and they are not failing. </p> <p> Thus I'm closing the ticket. If someone wants to reopen, they need to provide specifics such as operating system, compiler, etc. </p> <p> --Beman </p> Ticket