[Issue 12448] "in" argument for std.string.toStringz

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Jul 13 04:20:49 PDT 2014


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

--- Comment #11 from bearophile_hugs at eml.cc ---
(In reply to Jonathan M Davis from comment #10)
> we risk ending up  with such code breaking when scope
> actually gets fully implemented 

Implementing scope/in will just disallow some current wrong usages, so it will
just break code, it will not introduce actual (silent) bugs, that are the
dangerous ones.

--


More information about the Digitalmars-d-bugs mailing list