You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DirEntry on Windows has most methods nothrow, pure and const, while on Posix they can throw and are mutable.
So when one developed application on Windows they can get unexpected problems on Posix, e.g. const(DirEntry) will not compile, nothrow functions will not compile and code will occasionally throw.
The text was updated successfully, but these errors were encountered:
@tspike2k created dlang/phobos pull request #8193 "Issue 15806: DirEntry properties on Posix have different attributes than on Windows" mentioning this issue:
- Issue 15806: std.file.DirEntry properties on Posix are now marked as const nothrow pure.
https://github.com/dlang/phobos/pull/8193
freeslave93 reported this on 2016-03-17T12:55:32Z
Transfered from https://issues.dlang.org/show_bug.cgi?id=15806
Description
The text was updated successfully, but these errors were encountered: