On 05/26/2015 02:51 PM, Timon Gehr wrote:
int a=0,b=0; (b++,a)=b; // ltr gives a==1, rtl gives a==0, caching irrelevant
This should have said that caching _on the lhs_ is irrelevant.
Timon Gehr via Digitalmars-d Tue, 26 May 2015 06:06:13 -0700
On 05/26/2015 02:51 PM, Timon Gehr wrote:
int a=0,b=0; (b++,a)=b; // ltr gives a==1, rtl gives a==0, caching irrelevant
This should have said that caching _on the lhs_ is irrelevant.