Don't use std version of nextafter#1739
Closed
neheb wants to merge 1 commit intocatchorg:masterfrom
neheb:patch-1
Closed
Don't use std version of nextafter#1739neheb wants to merge 1 commit intocatchorg:masterfrom neheb:patch-1
neheb wants to merge 1 commit intocatchorg:masterfrom
neheb:patch-1
Conversation
Contributor
Author
|
Alternate fix for this: facebook/folly@e265e1e I don't know if it is applicable here. |
Codecov Report
@@ Coverage Diff @@
## master #1739 +/- ##
==========================================
- Coverage 87.03% 86.77% -0.27%
==========================================
Files 136 136
Lines 5275 5335 +60
==========================================
+ Hits 4591 4629 +38
- Misses 684 706 +22 |
Codecov Report
@@ Coverage Diff @@
## master #1739 +/- ##
==========================================
- Coverage 87.03% 87.03% -<.01%
==========================================
Files 136 136
Lines 5275 5274 -1
==========================================
- Hits 4591 4590 -1
Misses 684 684 |
nextafter is C++11. std version is not available with either uClibc++ or uClibc-ng.
Contributor
Author
|
Build failure is unrelated. |
Member
|
This change would not work -- you use I'll take a stab at fixing this later. |
Member
|
Okay, master should now support this. Can you test it? |
Contributor
Author
|
Didn't work Not sure why. |
Contributor
Author
|
Ah it's this: addf799#diff-a010dcdfe8ba1736a2dc3acde52c3e89R314 One space after |
Contributor
Author
|
Actually hmmm. That's not it. For some reason, the UCLIBC line is not evaluating to true. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
nextafter is C++11. std version is not available with either uClibc++ or uClibc-ng.
Fixes this: https://downloads.openwrt.org/releases/faillogs-19.07/arc_arc700/packages/measurement-kit/compile.txt