https://issues.dlang.org/show_bug.cgi?id=13545
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WORKSFORME --- Comment #1 from [email protected] --- AFAICT, the current version of std.file in git HEAD only takes `in char[]` as parameters, which is basically `const(char[])`. So looks like this problem no longer exists. --
