The previous ToCDouble() function accepted leading spaces, a starting + sign, and hex strings. std::from_chars() does not accept spaces or +, and requires a special flag to convert hex strings, so handle this manually to preserve the old behaviour of this function. This is similar to the changes done for ToCULong() in #24022. Closes #24089. |
||
|---|---|---|
| .. | ||
| crt.cpp | ||
| hexconv.cpp | ||
| iostream.cpp | ||
| numformatter.cpp | ||
| stdstrings.cpp | ||
| strings.cpp | ||
| tokenizer.cpp | ||
| unichar.cpp | ||
| unicode.cpp | ||
| vararg.cpp | ||
| vsnprintf.cpp | ||