| Auto-Submit | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
WTF: Rename CharactersToInt() and CharactersToUInt()
This change renames `CharactersToInt()` and `CharactersToUInt()` to
`StringToInt()` and `StringToUint()` respectively. This is to be more
consistent with other `StringToFoo` functions in `string_to_number.h`.
The new functions now return a `std::optional` instead of using a `bool*
ok` out-parameter to indicate whether parsing was successful. The call
sites of the renamed functions have been updated to use the new
`std::optional`-based API.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |