[Issue 4742] int % BigInt should work

2010-09-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4742


Don  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||clugd...@yahoo.com.au
 Resolution||FIXED


--- Comment #2 from Don  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: ---


[Issue 4742] int % BigInt should work

2010-08-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4742



--- Comment #1 from David Simcha  2010-08-27 17:36:20 PDT ---
Add /, /= to the list, too.

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