[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 16:28:13 PDT 2013


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


Brad Roberts <braddr at puremagic.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |braddr at puremagic.com


--- Comment #7 from Brad Roberts <braddr at puremagic.com> 2013-10-10 16:28:11 PDT ---
BigInt must behave essentially exactly like every other integral type (except
for having a larger range of possible values), which includes being a value
type.  Any internal COW implementation must be invisible to users.

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