[Issue 3922] Refuse returning nonvoid from void functions

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jan 5 16:40:50 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=3922


timon.gehr at gmx.ch changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timon.gehr at gmx.ch


--- Comment #10 from timon.gehr at gmx.ch 2012-01-05 16:40:47 PST ---
This is required for forwarding and cannot change.

auto foo(T...)(T args){return bar(args);}

-- 
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