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: Joe Neeman
Subject: Re: Infinite loop with GCC 4.3
Date: Mon, 26 May 2008 17:48:03 +1000

On Mon, 2008-05-26 at 09:30 +0200, Werner LEMBERG wrote:
> > 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?

Good point! I'll go ahead and do option 1 then.

Joe





reply via email to

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