[Issue 5540] Probable bug-hiding redundancies
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Feb 7 15:08:14 PST 2011
http://d.puremagic.com/issues/show_bug.cgi?id=5540
--- Comment #1 from bearophile_hugs at eml.cc 2011-02-07 15:05:52 PST ---
Another case, in good C++ code (probably caused by not complete copy & paste &
modify):
return Contains(Sphere(lss.mP0, lss.mRadius)) &&
Contains(Sphere(lss.mP0, lss.mRadius));
That is of this kind:
x && x
--
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