-
Notifications
You must be signed in to change notification settings - Fork 82
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
[FEATURE] libc++ support #3209
[FEATURE] libc++ support #3209
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
non-const reference cannot bind to bit-field 'mapq'
91305fe
to
6200cd1
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3209 +/- ##
==========================================
+ Coverage 98.14% 98.17% +0.03%
==========================================
Files 269 269
Lines 11855 11852 -3
==========================================
+ Hits 11635 11636 +1
+ Misses 220 216 -4
☔ View full report in Codecov by Sentry. |
<random> is not portable
not aligned in libc++
6200cd1
to
e2dd179
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
Resolves #3207