-
Notifications
You must be signed in to change notification settings - Fork 1.6k
<filesystem>: create_directories() throw for empty paths #1285
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
Conversation
CaseyCarter
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the slow review: I'm picking up <filesystem> since @BillyONeal left, and the spec for this function in particular is, erm, not great.
That guy is such a traitor |
ikr? |
StephanTLavavej
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, and __std_win_error::_Path_not_found seems to be a reasonable error to return (among the various constants we have). Thanks for fixing this!
|
Thanks for fixing this bug and helping the STL stay on the path to conformance! 🚀 |
Fixes #1283