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


Andrei Alexandrescu <and...@metalanguage.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |and...@metalanguage.com




--- Comment #1 from Andrei Alexandrescu <and...@metalanguage.com>  2009-05-18 
12:31:07 PDT ---
A quick unittest:

class B
{
    this(int) {}
}

class D : B
{
    this(A...)(A args) { super(args); }
}

unittest
{
    auto a = new D(4);
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to