[Boost-bugs] [Boost C++ Libraries] #3528: filesystem reference says both "void remove" and "bool remove"

Subject: [Boost-bugs] [Boost C++ Libraries] #3528: filesystem reference says both "void remove" and "bool remove"
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-10-16 08:31:29


#3528: filesystem reference says both "void remove" and "bool remove"
---------------------------+------------------------------------------------
 Reporter: anonymous | Owner: bemandawes
     Type: Bugs | Status: new
Milestone: Boost 1.41.0 | Component: filesystem
  Version: Boost 1.40.0 | Severity: Problem
 Keywords: documentation |
---------------------------+------------------------------------------------
 http://www.boost.org/doc/libs/1_40_0/libs/filesystem/doc/reference.html
 #Operations-functions
 States template <class Path> void remove(const Path& p, system::error_code
 & ec = singular );

 while looking higher up in the documentation, the same remove function is
 documented as:
 template <class Path> bool remove(const Path& p);

 This seems like mismatch in the documentation.

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