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: [email protected]
ReportedBy: [email protected]
--- Comment #0 from [email protected] 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: -------