-
Notifications
You must be signed in to change notification settings - Fork 81
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 Itoa/Atoi overloads, add string-related methods to Std contract #1943
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1943 +/- ##
==========================================
+ Coverage 82.68% 82.76% +0.07%
==========================================
Files 290 290
Lines 23377 23489 +112
==========================================
+ Hits 19330 19440 +110
+ Misses 2813 2811 -2
- Partials 1234 1238 +4
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.
I'm a little worried about the interop interface we provide, we don't have overloading, thus it starts to look strange.
Close #1928 .