-
Notifications
You must be signed in to change notification settings - Fork 355
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 check if lexical_cast fully consumed input on integer conversion #68
Conversation
Complex numbers parsing is broken now. |
Codecov Report
@@ Coverage Diff @@
## master #68 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 9 9
Lines 1371 1390 +19
=====================================
+ Hits 1371 1390 +19
Continue to review full report at Codecov.
|
61fd7e5
to
78f8f37
Compare
Thanks! |
Would be even better to add checks for integer overflow on
long long
toT
conversions.