[Issue 3830] opCmp among variant arrays
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Feb 1 17:05:30 PST 2013
http://d.puremagic.com/issues/show_bug.cgi?id=3830
Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andrej.mitrovich at gmail.com
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 <andrej.mitrovich at gmail.com> 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: -------
More information about the Digitalmars-d-bugs
mailing list