Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

different words for specifying evaluation order and sequence before #3380

Closed
PeterSommerlad opened this issue Nov 7, 2019 · 1 comment · Fixed by #3586
Closed

different words for specifying evaluation order and sequence before #3380

PeterSommerlad opened this issue Nov 7, 2019 · 1 comment · Fixed by #3586
Assignees

Comments

@PeterSommerlad
Copy link

in [expr.log.and] and [expr.log.or] the words for sequencing are
"If the second expression is evaluated, every value computation and side effect associated with the first expression is sequenced before every value computation and side effect associated with the second expression."

whereas [expr.shift] says:
"The expression E1 is sequenced before the expression E2."

please consolidate.

@PeterSommerlad
Copy link
Author

in addition [expr.ass] uses

"The right operand is sequenced before the left operand."

this uses different terminology or way of spelling than in [expr.shift].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants