mirror of
https://github.com/boostorg/filesystem.git
synced 2026-01-30 07:52:08 +00:00
Add copy_file() for POSIX, full operations_test now enabled and passing for POSIX and Windows
[SVN r28831]
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user