No need to use LocaleIndependentAtoi when a string is entirely composed of IsDigits and ToIntegral is sufficient.
Use stricter ToIntegral over LocaleIndependentAtoi where possible #23184
pull MarcoFalke wants to merge 3 commits into bitcoin:master from MarcoFalke:2110-ToIntegral changing 7 files +22 −9-
MarcoFalke commented at 11:10 AM on October 5, 2021: member
-
test: Add ParseMoney embedded whitespace tests fa2ad19a5e
-
doc: Fixup ToIntegral docs faae83c8f8
-
Use stricter ToIntegral over LocaleIndependentAtoi where possible fa6a25e92d
-
practicalswift commented at 11:14 AM on October 5, 2021: contributor
Concept ACK
-
MarcoFalke commented at 11:21 AM on October 5, 2021: member
nvm.
This is not a refactor.
- MarcoFalke closed this on Oct 5, 2021
- MarcoFalke deleted the branch on Oct 5, 2021
- DrahtBot locked this on Oct 30, 2022
Contributors