[Boost-bugs] [Boost C++ Libraries] #3333: Header and documentation of filesystem::create_hard_link suggest wrong order of arguments

Subject: [Boost-bugs] [Boost C++ Libraries] #3333: Header and documentation of filesystem::create_hard_link suggest wrong order of arguments
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-08-11 09:49:08


#3333: Header and documentation of filesystem::create_hard_link suggest wrong
order of arguments
--------------------------+-------------------------------------------------
 Reporter: anonym | Owner: bemandawes
     Type: Bugs | Status: new
Milestone: Boost 1.40.0 | Component: filesystem
  Version: Boost 1.39.0 | Severity: Problem
 Keywords: vc9 |
--------------------------+-------------------------------------------------
 The header "boost/filesystem/operations.hpp" and the doc state:

    create_hard_link( const Path & to_ph, const Path & from_ph )

 From this I expect:
 to_ph: name of an existing file
 from_ph: name of a file to create

 The observed behavior is exactly the opposite.

 --Chr.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/3333>
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:01 UTC