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
[diff.char16] says `char16_t` and `char_32t`
> ...do not appear as *macro* names...
[diff.wchar.t] says `wchar_t`
> ...does not appear as a *type* name...
It would be nice to make these consistent if there is no reason for the difference. I thought there might not be because I saw at least one implementation in which `char16_t` and `char_32t` are `typedef`s rather than macros.
0 commit comments