Commits


Edward Chen authored and GitHub committed dc2f7a9a0c4
Add overload of `TryParseStringWithClassicLocale()` that uses `std::from_chars()` (#23541) Add overload of `TryParseStringWithClassicLocale()` that uses `std::from_chars()` for certain types. Reduce binary size. It recently increased after PR #23526.