Skip to content

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

@BoPersson

Description

@BoPersson

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions