mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 01:19:45 +08:00
Unlike the traditional C functions, std::from_chars() doesn't skip leading whitespace and doesn't accept the leading "+" sign, so we need to skip them explicitly to preserve the behaviour of ToLong() in the previous wxWidgets versions.