Opened 13 years ago

Closed 13 years ago

#3528 closed Bugs (fixed)

filesystem reference says both "void remove" and "bool remove"

Reported by: anonymous Owned by: Beman Dawes
Milestone: Boost 1.41.0 Component: filesystem
Version: Boost 1.40.0 Severity: Problem
Keywords: documentation Cc:

Description

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.

Change History (1)

comment:1 by Beman Dawes, 13 years ago

Resolution: fixed
Status: newclosed

(In [57554]) Filesystem: Fix #3528. Return type is bool.

Note: See TracTickets for help on using tickets.