Missing options parameter in copy #22
Labels
available on master
Fix is done on master branch, issue closed on next release
bug
Something isn't working
high
Severity: high
Milestone
In line 3027 of filesystem.hpp, if the copy()-method resolves to a copy_file with two file paths given, the options parameter is not passed on.
copy_file(from, to, ec);
This causes issues e.g. if the target file already exists and overwrite_existing or update_existing was passed as an option.
The text was updated successfully, but these errors were encountered: