Page MenuHomeFreeBSD

sys/_types.h: recognise char8_t as a builtin type in C++20
ClosedPublic

Authored by fuz on Mon, Dec 8, 12:38 PM.

Details

Summary

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>

Test Plan

system builds fine with this change, www/qt6-webengine builds too.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable