lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: isnan/isinf problems still exist


From: Graham Percival
Subject: Re: isnan/isinf problems still exist
Date: Sun, 18 Sep 2005 11:57:59 -0700


On 16-Sep-05, at 8:50 AM, Johannes Schindelin wrote:

Concur. What I found irritating is that after #include'ing <cmath> in
flower/include/real.hh, isinf() is not #define'd, even when it is still
defined when checking within <cmath>! I have OSX 10.2.8.

My workaround for now is to append this after "#include <cmath>":

#ifndef isinf
#define isinf(x) __isinfd(x)
#define isnan(x) __isnand(x)
#endif

Thanks, that solves that problem. Han-Wen, can I commit this fix to CVS?

- Graham





reply via email to

[Prev in Thread] Current Thread [Next in Thread]