Effect on original feature: Valid C++ 2023 code that contains two consecutive ^ tokens
can be ill-formed in this revision of C++.
[Example 1: struct C {intoperator^(int); };
intoperator^(int(C::*p)(int), C);
int i =&C::operator^^C{}; // ill-formed; previously well-formed — end example]