Content deleted Content added
→Internal consistency: add more details |
|||
Line 126:
int sixteen = 0x3e - 0x2e;
even though whitespace
In practice, this general problem arises most commonly in the context of [[C++]] [[Template (programming)|templates]], where multiple closing angle brackets are incorrectly tokenized as the [[bit shift|right-shift operator]].
|