Unlike in C23 where it's a typedef, char8_t is a built in type in
C++20. Recognise it as such.
PR: 291449
Reported by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
Differential D54124
sys/_types.h: recognise char8_t as a builtin type in C++20 Authored by fuz on Mon, Dec 8, 12:38 PM. Tags None Referenced Files
Subscribers None
Details Unlike in C23 where it's a typedef, char8_t is a built in type in PR: 291449 system builds fine with this change, www/qt6-webengine builds too.
Diff Detail
|