[Issue 14186] Silent syntax change from C and C++
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Feb 16 04:15:22 PST 2015
https://issues.dlang.org/show_bug.cgi?id=14186
--- Comment #2 from Sobirari Muhomori <dfj1esp02 at sneakemail.com> ---
Interesting, C99 and C11 don't allow for that:
assignment-expression:
conditional-expression
unary-expression assignment-operator assignment-expression
i.e. same precedence right-to-left associative.
--
More information about the Digitalmars-d-bugs
mailing list