glvalue

Evaluation of a reference expression

As per @Potatoswatter's suggestion, I have created a new discussion. Reference is this response from @Potatoswatter Given the code snippet, int i = 3, &j = i; j = ++ i; The comment which I seek clarity on, is this. (which seems to be an important missing piece in my understanding of the unsequenced evaluation a.k.a sequence point)...