-
Notifications
You must be signed in to change notification settings - Fork 916
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
[REVIEW] fix gcc-9 compilation error #6298
Conversation
Can one of the admins verify this patch? |
Please update the changelog in order to start CI tests. View the gpuCI docs here. |
Github shows only 1 line changed. And that's the changelog. Where's the code? |
Ah I was trying to reproduce the error. |
Codecov Report
@@ Coverage Diff @@
## branch-0.16 #6298 +/- ##
===============================================
+ Coverage 84.45% 84.74% +0.28%
===============================================
Files 82 82
Lines 13846 14176 +330
===============================================
+ Hits 11694 12013 +319
- Misses 2152 2163 +11
Continue to review full report at Codecov.
|
rerun tests |
1 similar comment
rerun tests |
The
std::move()
call prevents copy elision:@davidwendt @jrhemstad @kkraus14