[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:15:46 PDT 2013


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


hsteoh at quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh at quickfur.ath.cx


--- Comment #3 from hsteoh at quickfur.ath.cx 2013-10-10 11:15:45 PDT ---
Is this really a bug? BigInt is implemented as a reference type, so allowing a
cast from const(BigInt) to BigInt would be a bug.

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