[Issue 3830] New: opCmp among boxer arrays
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Feb 18 12:48:53 PST 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3830
Summary: opCmp among boxer arrays
Product: D
Version: 2.040
Platform: Other
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-02-18 12:48:52 PST ---
opCmp among box arrays seems wrong, this asserts:
import std.boxer;
void main() {
auto a1 = boxArray(10, 45.4);
auto a2 = boxArray(10, 45.2);
assert(a1 > a2);
}
--
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