Walter Bright wrote: > http://www.digitalmars.com/d/2.0/changelog.html > http://ftp.digitalmars.com/dmd.2.021.zip
It is nice that there is now a way to have non-heap-allocating delegates, but
it is bad that it is a breaking change (in terms of D1 vs D2).
But how does it work? If I have
foo(scope void delegate()) { }
will then
foo({ ... });
not allocate?
--
Lars Ivar Igesund
blog at http://larsivi.net
DSource, #d.tango & #D: larsivi
Dancing the Tango
