[Bug libstdc++/100146] __cpp_lib_to_chars not defined

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Apr 19 11:15:42 GMT 2021


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100146

--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> ---
It's std::from_chars which incorrectly allocates. It uses strtod which requires
a null-terminated string.


More information about the Gcc-bugs mailing list