https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124396
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2026-03-07
Ever confirmed|0 |1
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
For <meta> it's a little complicated because the header doesn't use any
operations on std::string, but the front end generates code that does work on
the string objects used in reflection code. So which parts of the std::string
API are used can't be deduced just by inspecting the header. If we remove too
much, parts of the g++ testsuite will fail, so it should be possible to
determine it by trial and error.