You're missing the point.


int i = 0 myFunc(i) i++ myFunc(i)
This code isn't ambiguous. But as we have seen, there are some potential ambiguities involving the ++ operator.

EDIT: Missed...