[Issue 2296] New: Function template parameterization on fixed array	size does not work
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Tue Aug 19 20:07:49 PDT 2008
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=2296
           Summary: Function template parameterization on fixed array size
                    does not work
           Product: D
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: andrei at metalanguage.com
The test says it all:
void f(uint D)(int i[D]...)
{
}
void main()
{
    f(1, 2, 3);
}
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list