Newsgroups : Borland : borland.public.delphi.rtl.win32 : 2007 Aug : Comparing NaN to number raises exception in d2007, not d7?
| Subject: | Comparing NaN to number raises exception in d2007, not d7? |
| Posted by: | "Casper Kirkegaard" (caspe..@geo.au.dk) |
| Date: | Thu, 30 Aug 2007 16:33:41 |
Hi all.
I just migrated a rather big application from D7 to D2007. A lot of NaNs are
compared to reals and for some reason the default behaviour has changed from
D7 to D2007. In D2007 an exception is raised, in D7 the result was just
always false.
Does anyone know how to change this behaviour back to D7 style?
Thanks!
Casper