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

           Summary: Cannot append a struct type to itself even if an
                    opOpAssign(string op : "~") is defined.
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: g...@boloneum.com


--- Comment #0 from Gor Gyolchanyan <g...@boloneum.com> 2012-02-03 08:47:53 PST 
---
The error "Error: cannot append type Set to type Set" for a struct type Set,
which has the operator overloaded:

ref Set opOpAssign(string op : "~")(in Set set_);

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

Reply via email to