-
Notifications
You must be signed in to change notification settings - Fork 39
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
Add std:: to some usual suspects #865
Conversation
Hello. You may have forgotten to update the changelog!
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #865 +/- ##
==========================================
- Coverage 98.33% 98.32% -0.02%
==========================================
Files 114 148 +34
Lines 19157 23391 +4234
==========================================
+ Hits 18838 22999 +4161
- Misses 319 392 +73 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
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, thanks @AmintorDusko . Don't forget to update the changelog.
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 just a couple of comments 👍
Thank you @AmintorDusko
Co-authored-by: Luis Alfredo Nuñez Meneses <[email protected]>
Co-authored-by: Luis Alfredo Nuñez Meneses <[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. Thank you @AmintorDusko 🚀
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.
Nice work @AmintorDusko ! Thank you!
**Context:** We have several occurrences of missing std namespace. **Description of the Change:** Add std namespace to usual suspects. **Benefits:** **Possible Drawbacks:** **Related GitHub Issues:** [sc-71935] --------- Co-authored-by: ringo-but-quantum <[email protected]> Co-authored-by: Vincent Michaud-Rioux <[email protected]> Co-authored-by: Luis Alfredo Nuñez Meneses <[email protected]>
Context: We have several occurrences of missing std namespace.
Description of the Change: Add std namespace to usual suspects.
Benefits:
Possible Drawbacks:
Related GitHub Issues:
[sc-71935]