Add copy_file() for POSIX, full operations_test now enabled and passing for POSIX and Windows

[SVN r28831]
This commit is contained in:
Beman Dawes
2005-05-11 19:59:23 +00:00
parent 999dc0a4f2
commit 775b6ff8a8
4 changed files with 100 additions and 91 deletions

View File

@@ -79,6 +79,7 @@ namespace
{ EACCES, fs::security_error },
{ EROFS, fs::read_only_error },
{ EIO, fs::io_error },
{ EINVAL, fs::path_error },
{ ENAMETOOLONG, fs::path_error },
{ ENOENT, fs::not_found_error },
{ ENOTDIR, fs::not_directory_error },