Porting Java code to D that uses << and >>> operators
Faux Amis via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Tue May 2 15:35:26 PDT 2017
On 2017-05-02 18:55, TheGag96 wrote:
> On Tuesday, 2 May 2017 at 07:42:45 UTC, Jacob Carlborg wrote:
>> From that link:
>>
>> "Note that dmd currently does not comply with left to right evaluation
>> of function arguments and AssignExpression".
>
> This is something I've never understood. Why doesn't DMD implement the
> behavior their own language reference specifies? It seems like a very
> nice guarantee to have...
https://github.com/dlang/dmd/pull/4035
More information about the Digitalmars-d-learn
mailing list