LLVM talks 1: Clang for Chromium

Walter Bright newshound2 at digitalmars.com
Fri Dec 16 10:43:29 PST 2011


On 12/16/2011 10:16 AM, bearophile wrote:
> There is also the problem of code like this, that will require one or more solutions for D2. Defining or refusing or this kind of code are the possibilities (or both of such solutions, in different situations):
> x = x++;

Define order of evaluation as rvalue, then lvalue.


More information about the Digitalmars-d mailing list