lilypond-devel
[Top][All Lists]
Advanced

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

Re: Infinite loop with GCC 4.3


From: Werner LEMBERG
Subject: Re: Infinite loop with GCC 4.3
Date: Mon, 26 May 2008 09:30:48 +0200 (CEST)

> Option 1 has the disadvantage that we have to change every instance of
> max(0.0, some_real_number)
> to
> max((Real) 0.0, some_real_number)

What about overloading max() for the various data types?


    Werner




reply via email to

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