-
Notifications
You must be signed in to change notification settings - Fork 282
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
mostly nodiscard #2175
mostly nodiscard #2175
Conversation
Signed-off-by: Rosen Penev <[email protected]>
Signed-off-by: Rosen Penev <[email protected]>
Signed-off-by: Rosen Penev <[email protected]>
Signed-off-by: Rosen Penev <[email protected]>
Signed-off-by: Rosen Penev <[email protected]>
Signed-off-by: Rosen Penev <[email protected]>
Signed-off-by: Rosen Penev <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #2175 +/- ##
=======================================
Coverage 63.29% 63.29%
=======================================
Files 98 99 +1
Lines 19568 19569 +1
Branches 9551 9554 +3
=======================================
+ Hits 12385 12386 +1
Misses 5112 5112
Partials 2071 2071
Continue to review full report at Codecov.
|
Signed-off-by: Rosen Penev <[email protected]>
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.
LGTM! 👏 It is surprising to me that the addition of [[nodiscard]]
only impacted 2 .cpp files.
No description provided.