[Issue 7485] Incorrect BigInt Error Message

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Feb 11 12:24:01 PST 2012


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



--- Comment #1 from Paul D. Anderson <paul.d.anderson at comcast.net> 2012-02-11 12:24:00 PST ---
public struct Test1 {
    BigInt maxCoefficient = (BigInt(10)^^9 )- 1; // line 1
}

If I change line 1 to:

    BigInt maxCoefficient  = BigInt(10)^^9 - 1; // remove parens

It crashes the compiler.

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