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


Jonathan M Davis <jmdavisp...@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmdavisp...@gmx.com


--- Comment #1 from Jonathan M Davis <jmdavisp...@gmx.com> 2012-06-18 22:45:19 
PDT ---
Is it really bug? What if you have

struct Wrap
{
    string wrap;
    int i;
    double d;
    string s;

    alias wrap this;
}

Should Wrap("foo") create the same thing as Wrap("foo", int.init, double.init,
string.init)? Or should it not work? Maybe it should work, but it seems a bit
funny to me to create a Wrap from just a string considering that the alias
doesn't define how to initialize the rest of the object.

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

Reply via email to