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: Johannes Schindelin
Subject: Re: isnan/isinf problems still exist
Date: Fri, 16 Sep 2005 17:50:11 +0200 (CEST)

Hi,

On Thu, 15 Sep 2005, Graham Percival wrote:

> current CVS, OSX, fink patches and self-compiled.

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

Ciao,
Dscho





reply via email to

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