Porting Java code to D that uses << and >>> operators

TheGag96 via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue May 2 09:55:34 PDT 2017


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...


More information about the Digitalmars-d-learn mailing list