https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101136
Jonathan Wakely changed:
What|Removed |Added
Target Milestone|--- |12.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101136
Jonathan Wakely changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101136
Bug 101136 depends on bug 98725, which changed state.
Bug 98725 Summary: Review what is disabled in libstdc++ by --disable-wchar_t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98725
What|Removed |Added
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101136
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101136
--- Comment #3 from Jonathan Wakely ---
Oh it wasn't last year, it was January this year. There's a patch at
https://gcc.gnu.org/pipermail/libstdc++/2021-January/051868.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101136
--- Comment #2 from Jonathan Wakely ---
This is because the _GLIBCXX_USE_WCHAR_T macro is not defined, because
etc are not complete on the target, so we don't have e.g. wcslen and
other wchar_t functions.
However, the wchar_t type is always de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101136
--- Comment #1 from cqwrteur ---
However, std::basic_string_view works.