https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291449
--- Comment #6 from Robert Clausecker <[email protected]> --- Created attachment 265984 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=265984&action=edit sys/_types.h: recognise char8_t as a builtin type in C++20 Proposed patch. sys/_types.h: recognise char8_t as a builtin type in C++20 Unlike in C23 where it's a typedef, char8_t is a built in type in C++20. Recognise it as such. -- You are receiving this mail because: You are the assignee for the bug.
