[Bug libstdc++/100146] __cpp_lib_to_chars not defined

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Apr 19 10:36:34 GMT 2021


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).


More information about the Gcc-bugs mailing list