-
Notifications
You must be signed in to change notification settings - Fork 9
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
1782: fix dangling pointer warning #1783
Conversation
PR tests (clang-12, ubuntu, mpich) Build for 390319a
|
PR tests (clang-13, ubuntu, mpich) Build for 390319a
|
PR tests (intel icpx, ubuntu, mpich) Build for 390319a
|
PR tests (clang-11, ubuntu, mpich) Build for 390319a
|
@cz4rs @lifflander it seems that it might be a good idea to get back to issue #874 (Audit use of const& in interfaces). |
PR tests (clang-14, ubuntu, mpich) Build for 390319a
|
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.
Looks good to me.
PR tests (gcc-11, ubuntu, mpich) Build for 390319a
|
PR tests (gcc-12, ubuntu, mpich) Build for 390319a
|
503ceec
to
136f718
Compare
Rebased on top of |
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.
Looks good
136f718
to
31a9fcb
Compare
31a9fcb
to
78777f6
Compare
Codecov Report
@@ Coverage Diff @@
## develop #1783 +/- ##
========================================
Coverage 84.14% 84.14%
========================================
Files 753 753
Lines 26127 26127
========================================
Hits 21985 21985
Misses 4142 4142 |
78777f6
to
390319a
Compare
fixes #1782