https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100146
--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> --- No, because std::from_chars still depends on uselocale, and needs to allocate memory (which can fail, yielding an error code that isn't permitted by the standard).