-
-
Notifications
You must be signed in to change notification settings - Fork 444
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
Replace clone()
with copy constructor
#1496
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1496 +/- ##
============================================
+ Coverage 75.66% 76.03% +0.37%
+ Complexity 1929 1924 -5
============================================
Files 191 191
Lines 6600 6661 +61
Branches 666 663 -3
============================================
+ Hits 4994 5065 +71
+ Misses 1280 1271 -9
+ Partials 326 325 -1
Continue to review full report at Codecov.
|
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!
📜 Description
Replace
clone()
with copy constructor💡 Motivation and Context
Fixes #1482
💚 How did you test it?
Unit tests.
📝 Checklist