Please do not defer the scoped closure
Frank Benoit
keinfarbton at googlemail.com
Fri Mar 21 10:41:17 PDT 2008
I am a bit nervous about the full closure does the silent heap
allocation. It was said, that there will be a possibility to make it
work without the allocation by using 'scope'.
See:
http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D&artnum=62542
I have lots of code using delegate literal in realtime code. I use it as
part of flow control. So refactoring (to avoid the delegate litarals) is
hard.
Please do not defer that much longer. It's like removing an important
feature of D1 out of D2.
More information about the Digitalmars-d
mailing list