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. |
||
|---|---|---|
| .. | ||
| crt.cpp | ||
| hexconv.cpp | ||
| iostream.cpp | ||
| numformatter.cpp | ||
| stdstrings.cpp | ||
| strings.cpp | ||
| tokenizer.cpp | ||
| unichar.cpp | ||
| unicode.cpp | ||
| vararg.cpp | ||
| vsnprintf.cpp | ||