[Issue 2939] lazy evaluation not invoked for lambda function
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed May 6 14:06:41 PDT 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2939
------- Comment #9 from shro8822 at vandals.uidaho.edu 2009-05-06 16:06 -------
(In reply to comment #8)
> if (arg->type->ty != Tdelegate) // DO NOT "DELEGATIZE" TWICE
Please no!
I don't think this is the correct way to fix this as it is changing the wrong
behavior. The correct solution would be to alter the 'no perens on void calls'
thing, maybe just in this case.
--
More information about the Digitalmars-d-bugs
mailing list