[Issue 5285] New: bigint won't compile in 64 bit
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Nov 28 12:48:21 PST 2010
http://d.puremagic.com/issues/show_bug.cgi?id=5285
Summary: bigint won't compile in 64 bit
Product: D
Version: D2
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: nobody at puremagic.com
ReportedBy: ellery-newcomer at utulsa.edu
--- Comment #0 from Ellery Newcomer <ellery-newcomer at utulsa.edu> 2010-11-28 12:46:53 PST ---
the code:
import std.bigint;
void main(){
if(BigInt(1) < BigInt(2)){
}
}
the fireworks:
/usr/local/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.4.5/../../../../include/d2/4.4.5/std/internal/math/biguintcore.d:183:
Error: cannot implicitly convert expression
(highestDifferentDigit(this.data,y.data)) of type ulong to uint
--
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