https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291449
--- Comment #8 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=66129def7bdaf8a0447aba55e736d27687204555 commit 66129def7bdaf8a0447aba55e736d27687204555 Author: Robert Clausecker <[email protected]> AuthorDate: 2025-12-07 23:49:05 +0000 Commit: Robert Clausecker <[email protected]> CommitDate: 2025-12-09 13:16:31 +0000 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. PR: 291449 Reported by: Tomoaki AOKI <[email protected]> Approved by: markj (mentor) Reviewed by: imp Fixes: f0e541118c374869a8226eaa1320bb6eda248a20 MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D54124 sys/sys/_types.h | 4 ++++ 1 file changed, 4 insertions(+) -- You are receiving this mail because: You are the assignee for the bug.
