[Issue 4742] int % BigInt should work

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Sep 20 19:03:18 PDT 2010


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


Don <clugdbug at yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |clugdbug at yahoo.com.au
         Resolution|                            |FIXED


--- Comment #2 from Don <clugdbug at yahoo.com.au> 2010-09-20 19:02:41 PDT ---
http://www.dsource.org/projects/phobos/changeset/2042

Fixes / and %. 

int /= BigInt and int %= BigInt can't be done with the new operator overloading
-- there's no such thing as opopAssignRight(). 
I have created bug 4903 for that.

-- 
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