On 1/24/2013 8:43 AM, deadalnix wrote:
On Thursday, 24 January 2013 at 16:29:07 UTC, Andrei Alexandrescu wrote:Yes.a = foo; // fetch the delegate b = foo(); // fetch and invoke the delegateI generic code, bugs I predict !
I would also count: f(some tuple)as requiring () even if "some tuple" expands to zero arguments. This should resolve issues with generic code.
