www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [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



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: -------
May 21 2013