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

--- Comment #21 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Very few things are explicitly instantiated.

It's really only std::string, and iostreams. Do we need to aggressively inline
iostreams? They make use of virtual functions and opaque APIs (like
std::locale) that can't be inlined anyway.

Reply via email to