http://d.puremagic.com/issues/show_bug.cgi?id=3830
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Platform|Other |All Version|2.040 |D2 Summary|opCmp among boxer arrays |opCmp among variant arrays OS/Version|Windows |All --- Comment #1 from Andrej Mitrovic <[email protected]> 2013-02-01 17:05:27 PST --- std.boxer is gone, however Variant has the same problems: import std.variant; void main() { auto a1 = variantArray(10, 45.4); auto a2 = variantArray(10, 45.2); assert(a1 > a2); // fails } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
