Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

15.3 pp 16 - Copy #15

Open
jschmerge opened this issue Oct 26, 2014 · 0 comments
Open

15.3 pp 16 - Copy #15

jschmerge opened this issue Oct 26, 2014 · 0 comments

Comments

@jschmerge
Copy link

Paragraph reads:
Otherwise if !exists(t)
&& (options & copy_options::copy_symlinks) != copy_options::none ,
then copy_symlink(from, to, options) .

I believe the last line should read:
'then copy_symlink(from, to, ec)'

There is not a copy_symlink(path, path, copy_options) function, while there is a copy_symlink(path, path, error_code) function.

The text of this paragraph has appeared in at least one other issue involving copy unnoticed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant