lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5658 Include


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5658 Include <cmath> consistently, not <math.h>
Date: Sat, 11 Jan 2020 02:55:51 -0000

Cleanup: !isinf && !isnan == isfinite

https://codereview.appspot.com/569220043


[issues:#5658] Include <cmath> consistently, not <math.h>

Status: Started
Created: Thu Jan 09, 2020 09:45 PM UTC by Dan Eble
Last Updated: Sat Jan 11, 2020 02:55 AM UTC
Owner: Dan Eble

In the past, we had problems with std::isinf and std::isnan not being
provided by <cmath> because they are C++11 features, so we were
including <math.h> in some places.</math.h></cmath>

Now, we are using C++11. Because the code is also graced with
"using namespace std;" all over the place (see issue 4550), ambiguity
may arise. Using <cmath> consistently should improve the situation.</cmath>

https://codereview.appspot.com/569220043


Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.

_______________________________________________
Testlilyissues-auto mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

reply via email to

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