On Windows, when the find directory is finished, the handle is not closed. #8
Labels
available on master
Fix is done on master branch, issue closed on next release
bug
Something isn't working
medium
Severity: medium
Milestone
Describe the bug
I'm not sure if this meets the C++ standard, but both msvc and mingw implementations do this.
To Reproduce
When itor is equal to end(), it releases the resources held by itor. fs::create_directory will not throw an exception.
Expected behavior
The second fs::create_directory works fine.
Additional context
The text was updated successfully, but these errors were encountered: