[Issue 16193] opApply() doesn't heap allocate closure
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Jun 22 06:50:20 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=16193
Mathias Lang <mathias.lang at sociomantic.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mathias.lang at sociomantic.co
| |m
--- Comment #1 from Mathias Lang <mathias.lang at sociomantic.com> ---
Why do you want it to allocate ?
That can either be changed (with a BIG RED warning), or the specs can be
updated to mention the delegate is always `scope`.
Either way, I'm just puzzled what's the use case here.
--
More information about the Digitalmars-d-bugs
mailing list