Once Bjarne Stroustrup's "Generalizing Overloading for C++2000" proposal is accepted, they won't be able to say no to moving beyond the PDP-11 instruction set and directly supporting tri-dereferences.
https://www.stroustrup.com/whitespace98.pdf
>Instead, it was decided to by default limit identifiers to a single character:
int xy; // error: two-character identifier
>This may seems Draconian at first. However, since we now have the full Unicode character set available, we don't actually need hard-to-read long names. Such long names only make code obscure by causing unpleasantly long lines and unnatural line breaks. Multi-character names are a relic of languages that relied heavily on global name and encouraged overly-large scopes.