[Issue 2596] New: Variadic constructors don't compile

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jan 20 21:07:21 PST 2009


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

           Summary: Variadic constructors don't compile
           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 following code doesn't compile:

struct S
{
    this(T...)(T args)
    {
    }
}


-- 



More information about the Digitalmars-d-bugs mailing list