The documentation for master mentions an operator ++
. I can see that it is parsed, but what does it do?
I am aware of #11868, but other infix operators are also parsed (and left undefined), so I don’t see why ++
is mentioned explicitly in the precedence discussions.