https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94960
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=93008
--- Comment #19 from Jonathan Wakely <redi at gcc dot gnu.org> ---
If you're mostly concerned with std::string, everything is constexpr (and so
implicitly inline) in C++20 anyway. I'm not sure it's worth doing anything for
std::string when the default is likely to be -std=gnu++20 for GCC 16 anyway.