Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

C Coding Standard

"EXP30-C. Do not depend on order of evaluation between sequence points"

C++ Coding Standard

"EXP30-CPP. Do not depend on order of evaluation between sequence points"

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="339d4a3f-eab1-4093-99f1-2b57d528b89e"><ac:plain-text-body><![CDATA[

[ISO/IEC TR 24772:2010

http://www.aitcnet.org/isai/]

"Side?effects and Order of Evaluation [SAM]"

]]></ac:plain-text-body></ac:structured-macro>

Bibliography

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="0bd697f3089bbf47-3128fa3c-4933446b-a131b73a-c69a02e962d6c147453c4dd5"><ac:plain-text-body><![CDATA[

[[JLS 2005

AA. Bibliography#JLS 05]]

[§15.7, "Evaluation Order"

http://java.sun.com/docs/books/jls/third_edition/html/expressions.html#15.7]

]]></ac:plain-text-body></ac:structured-macro>

 

§15.7.3, "Evaluation Respects Parentheses and Precedence"

...