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
In C++, the shift operators >>, <<, >>=, and <<= should not be put in the same scope as basic arithmetic operators > and <. Instead, a new scope such as keyword.operator.shift.c should be introduced.
Example:
The text was updated successfully, but these errors were encountered:
What happened?
In C++, the shift operators
>>
,<<
,>>=
, and<<=
should not be put in the same scope as basic arithmetic operators>
and<
. Instead, a new scope such askeyword.operator.shift.c
should be introduced.Example:
The text was updated successfully, but these errors were encountered: