You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following up on commit d55527c, this
patch also puts the `char8_t` typedef under a macro check.
From C++20, `char8_t` is a builtin type, so in that case the typedef
must not be present. The C++ spec has a macro specific to check if
`char8_t` is builtin. This macro is called `__cpp_char8_t`.
0 commit comments