-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't use std version of nextafter #1739
Conversation
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.
Build failure is unrelated. |
This change would not work -- you use I'll take a stab at fixing this later. |
Okay, master should now support this. Can you test it? |
Didn't work
Not sure why. |
Ah it's this: addf799#diff-a010dcdfe8ba1736a2dc3acde52c3e89R314 One space after |
Actually hmmm. That's not it. For some reason, the UCLIBC line is not evaluating to true. |
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