http://d.puremagic.com/issues/show_bug.cgi?id=8833
--- Comment #2 from Andrej Mitrovic <[email protected]> 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: -------
