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

           Summary: opopAssignRight is needed for operator overloading
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: clugd...@yahoo.com.au


--- Comment #0 from Don <clugd...@yahoo.com.au> 2010-09-20 19:02:14 PDT ---
Cases where it is required are limited, but one example is BigInt.

int x = 14;
BigInt y = 3;

x =  x / y; // OK.
x /= y;     // No way to support this

Applies to /= and %=.

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

Reply via email to