[filesystem] boost::filesystem::copy

hi all, is there any reason, why boost::filesystem v3 does not provide the copy function? it seems to be implemented in namespace boost::filesystem3, but it is not pulled into namespace boost::filesystem. thanks, tim

On Thu, Dec 8, 2011 at 11:25 AM, Tim Blechmann <tim@klingt.org> wrote:
hi all,
is there any reason, why boost::filesystem v3 does not provide the copy function? it seems to be implemented in namespace boost::filesystem3, but it is not pulled into namespace boost::filesystem.
There are problems with the semantics, particularly for directories. The semantics need to be more rigorously defined, and reviewed by interested parties. There is at least one ticket outstanding, and any other applicable tickets need to be reviewed. --Beman
participants (2)
-
Beman Dawes
-
Tim Blechmann