[Issue 8833] Odd error with expression tuples
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Oct 16 20:27:21 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8833
--- Comment #2 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2012-10-16 20:27:16 PDT ---
(In reply to comment #1)
> int Delay(alias Call, alias arg)() { return Call(arg); }
Btw although 'auto' won't work here (forward reference error) we can easily use
ReturnType!Call in the return type.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list