[Issue 7429] New: Cannot append a struct type to itself even if an opOpAssign(string op : "~") is defined.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Feb 3 08:47:55 PST 2012


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: nobody at puremagic.com
        ReportedBy: gor at boloneum.com


--- Comment #0 from Gor Gyolchanyan <gor at 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: -------


More information about the Digitalmars-d-bugs mailing list