May 22, 2013 [Issue 10132] New: Lift restriction on fixed length variadic arguments | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=10132 Summary: Lift restriction on fixed length variadic arguments Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: diggsey@googlemail.com --- Comment #0 from Diggory <diggsey@googlemail.com> 2013-05-21 19:44:43 PDT --- There's no reason to restrict fixed size variadic arguments to being at the end of the argument list, since there is no ambiguity. eg. there's no reason this shouldn't work: void test(int[3] arg0..., int[3] arg1...); -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation