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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arsen at gcc dot gnu.org

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
We could consider a macro that disables the <bits/require_hosted.h> error,
which would mean "give me the full library even if it might not work, give it
to me straight, like a pear cider that's made from 100% pears".

For std::string we're still missing std::allocator (in gcc-13 but not trunk),
several of the __throw_xxx functions, and the strtol, strtof etc. functions
used for std::stoi, std::stof etc.

Reply via email to