https://d.puremagic.com/issues/show_bug.cgi?id=11583
Summary: bigint bug
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Musashi Tamura <[email protected]>
2013-11-22 19:48:32 PST ---
import std.stdio;
import std.bigint;
void main() {
BigInt x = 0;
writeln(x > 0);
}
=> true
This seems new in v2.064.
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------