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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Mar 16 19:50:17 UTC 2018


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

Jonathan M Davis <issues.dlang at jmdavisProg.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |issues.dlang at jmdavisProg.co
                   |                            |m
         Resolution|---                         |DUPLICATE

--- Comment #2 from Jonathan M Davis <issues.dlang at jmdavisProg.com> ---
Without -dip1000, scope is ignored on parameters for everything other than
delegates. DIP 1000 is expanding on scope to fully implement it for pointers
and dynamic arrays and whatnot, but without DIP 1000, it does almost nothing.

*** This issue has been marked as a duplicate of issue 6931 ***

--


More information about the Digitalmars-d-bugs mailing list