[Issue 18129] Function parameter 'scope' does not mean without @safe

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Mar 16 20:04:28 UTC 2018


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

--- Comment #4 from Jonathan M Davis <issues.dlang at jmdavisProg.com> ---
As I understand it, -dip1000 has no effect on code that isn't @safe. So, you're
not going to have the compiler yelling at you over it if you're not using
@safe. Either way, without -dip1000, scope on parameters only affects delegates
and thus has no effect on the code posted here.

--


More information about the Digitalmars-d-bugs mailing list