[Issue 17423] @safe code seg faults

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue May 23 16:31:51 PDT 2017


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

--- Comment #1 from Eyal <eyal at weka.io> ---
I think foreach on delegates (opApply or delegates) should require the delegate
parameter to be marked "scope" since it really must not escape.

--


More information about the Digitalmars-d-bugs mailing list