[Issue 5281] New: Equality among arrays of Bigints
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Nov 27 11:04:08 PST 2010
http://d.puremagic.com/issues/show_bug.cgi?id=5281
Summary: Equality among arrays of Bigints
Product: D
Version: D2
Platform: x86
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: nobody at puremagic.com
ReportedBy: bearophile_hugs at eml.cc
--- Comment #0 from bearophile_hugs at eml.cc 2010-11-27 11:02:42 PST ---
Bug found by Ellery Newcomer.
With DMD 2.050 this code asserts at run time:
import std.bigint;
void main() {
assert([BigInt(1)] == [BigInt(1)]);
}
--
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