[Issue 13545] Functions in std.file should take const(char)[] parameters, not char[] parameters

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Oct 30 13:19:02 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13545

hsteoh at quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |hsteoh at quickfur.ath.cx
         Resolution|---                         |WORKSFORME

--- Comment #1 from hsteoh at quickfur.ath.cx ---
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.

--


More information about the Digitalmars-d-bugs mailing list