|
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: | Fri, 10 Jan 2020 19:52:48 -0000 |
Diff:
Passes make, make test-baseline and a full make doc.
[issues:#5658] Include <cmath> consistently, not <math.h>
Status: Started
Created: Thu Jan 09, 2020 09:45 PM UTC by Dan Eble
Last Updated: Fri Jan 10, 2020 12:32 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
[Prev in Thread] | Current Thread | [Next in Thread] |