lilypond-devel
[Top][All Lists]
Advanced

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

2.5.1: Header change breaks MacOS X


From: Han-Wen Nienhuys
Subject: 2.5.1: Header change breaks MacOS X
Date: Wed, 24 Nov 2004 22:28:26 +0100

address@hidden writes:
> One of the changes in 2.5.1 seems to be that all includes of <math.h> 
> got changed to <cmath>. Unfortunately, on MacOS X, this means that all 
> references to isinf() are no longer found (presumably cmath wraps this 
> as std::isinf, although I haven't tested that.

What is the proper fix? Should we be using

     using std;

somewhere?

(My C++ is not up to snuff)

-- 

 Han-Wen Nienhuys   |   address@hidden   |   http://www.xs4all.nl/~hanwen 





reply via email to

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