[Issue 14125] std.file has gotten out of hand

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Feb 4 18:06:25 PST 2015


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

--- Comment #34 from Walter Bright <bugzilla at digitalmars.com> ---
This also flunks that rule:

   @safe T* func(T* p) {
       @trusted {
          p += 5;
       }
       return p;
   }

If it is not clear why, please let me know.

--


More information about the Digitalmars-d-bugs mailing list