From: CppUnit d. m. l. <cpp...@li...> - 2007-03-03 15:13:04
> An easier fix is to have floatingPointIsFinite() return an int, since
> that is what isfinite(), finite() and _finite() all do.
You're right !
Could someone commit that, please ?
Vincent Rivière
vri...@us...
From: CppUnit d. m. l. <cpp...@li...> - 2007-03-05 03:20:54
On Sat, Mar 03, 2007 at 04:12:51PM +0100, CppUnit development mailing list wrote:
> > An easier fix is to have floatingPointIsFinite() return an int, since
> > that is what isfinite(), finite() and _finite() all do.
>
> You're right !
>
> Could someone commit that, please ?
Done.
-Steve