Opened 11 years ago
Closed 10 years ago
#5879 closed Bugs (fixed)
bfs::copy_directory is undocumented.
Reported by: | 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 , 11 years ago
comment:2 by , 10 years ago
Version: | Boost 1.47.0 → Boost 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 , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
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.