[Issue 5636] Array ops broken for comparisons
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Feb 21 14:30:21 PST 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5636
--- Comment #1 from Simen Kjaeraas <simen.kjaras at gmail.com> 2011-02-21 14:27:41 PST ---
Actually, thinking about this some more, I see what is wrong. It is actually
doing:
bool tmp = a[] < b[];
c[] = tmp;
I am not sure about the details of array comparison like that, a fact I feel
makes this bug report more correct.
--
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