[Issue 18172] std.getopt should allow taking parameters by `ref` (like std.format.formattedRead), s.t. it can be used in @safe

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Mar 14 19:08:41 UTC 2018


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |issues.dlang at jmdavisProg.co
                   |                            |m

--- Comment #3 from Jonathan M Davis <issues.dlang at jmdavisProg.com> ---
I'd suggest looking into how DIP 1000 can fix this problem without needing ref,
since with DIP 1000, taking the address of a local variable isn't necessarily
@system.

--


More information about the Digitalmars-d-bugs mailing list