Opened 11 years ago

Closed 10 years ago

#5879 closed Bugs (fixed)

bfs::copy_directory is undocumented.

Reported by: jmckesson@… Owned by: Beman Dawes
Milestone: To Be Determined Component: filesystem
Version: Boost 1.50.0 Severity: Problem
Keywords: Cc:

Description

The behavior of the copy_directory function is undocumented. Here is the link to the documentations: http://www.boost.org/doc/libs/1_47_0/libs/filesystem/v3/doc/reference.html#copy_directory. It's effects are unspecified.

Change History (3)

comment:1 by jmckesson@…, 11 years ago

This is a simple documentation fix. It should have shipped in 1.48, but it's still there in the 1.49 beta. This should be fixed already.

comment:2 by jmckesson@…, 10 years ago

Version: Boost 1.47.0Boost 1.50.0

And now it's 1.50, and it's still not fixed. Come on, this is simple stuff here. How can you possibly expect the C++ standards committee to standardize this library if you can't even document it properly?

comment:3 by Beman Dawes, 10 years ago

Resolution: fixed
Status: newclosed

(In [79946]) Add missing copy_directory semantics. Fixes #5879

Note: See TracTickets for help on using tickets.