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


yebblies <yebbl...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |yebbl...@gmail.com
         Resolution|                            |WORKSFORME


--- Comment #2 from yebblies <yebbl...@gmail.com> 2012-02-11 16:56:34 EST ---
Cannot reproduce with dmd 2.058 beta.


struct Set
{
    ref Set opOpAssign(string op : "~")(in Set set_) { return this; }
}

void main()
{
    Set s;
    s ~= s;
}

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

Reply via email to