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

Bogus note in [fs.path.native.obs] #4688

Closed
jwakely opened this issue Jun 11, 2021 · 0 comments · Fixed by #4694
Closed

Bogus note in [fs.path.native.obs] #4688

jwakely opened this issue Jun 11, 2021 · 0 comments · Fixed by #4694
Assignees

Comments

@jwakely
Copy link
Member

jwakely commented Jun 11, 2021

[Note 1 : Conversion to string_type is provided so that an object of class path can be given as an argument to existing standard library file stream constructors and open functions. — end note]

This was true for std::experimental::filesystem::path but not for std::filesystem::path, because std::basic_filebuf etc. support construction from a path directly. The conversion operator probably doesn't need to exist at all in the IS, but we can't fix that now. We can at least remove the bogus note.

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

Successfully merging a pull request may close this issue.

2 participants