[Issue 4691] Incorrect comparison of double and long
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Aug 20 13:07:02 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4691
bearophile_hugs at eml.cc changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bearophile_hugs at eml.cc
--- Comment #1 from bearophile_hugs at eml.cc 2010-08-20 13:06:56 PDT ---
Reduced test case:
double d = 1.5;
long l = 1;
void main() {
assert(d >= l);
}
--
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