[Issue 11148] Can't implicitly convert const(BigInt) or immutable(BigInt) to BigInt

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Oct 10 11:27:45 PDT 2013


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



--- Comment #4 from Joseph Rushton Wakeling <joseph.wakeling at webdrake.net> 2013-10-10 11:27:44 PDT ---
I think it's an issue that you can't pass an immutable(BigInt) to a function
that accepts a BigInt as input.  This makes it difficult to e.g. write generic
functions that work with any integer type.

I'm not sure what the appropriate way to deal with that is, though.

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