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

[fs.dir.entry.obs] directory_entry members to call non-existent functions #1630

Closed
BoPersson opened this issue May 17, 2017 · 1 comment
Closed
Assignees

Comments

@BoPersson
Copy link

BoPersson commented May 17, 2017

The description for directory_entry::exists(error_code& ec) requires it to call

(std::filesystem::) exists(this->status(), ec)

but there is no such function. Probably intended to be a call to filesystem::exists(this->status(ec));

Most member functions in this subclause seem to have the same issue.

@jwakely
Copy link
Member

jwakely commented May 17, 2017

Introduced by 221d52e but http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0317r1.html is correct, so it's an editorial mistake applying the paper.

@jwakely jwakely self-assigned this May 17, 2017
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

2 participants