[Issue 10132] New: Lift restriction on fixed length variadic arguments
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue May 21 19:44:44 PDT 2013
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 at puremagic.com
ReportedBy: diggsey at googlemail.com
--- Comment #0 from Diggory <diggsey at 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: -------
More information about the Digitalmars-d-bugs
mailing list