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

reorder subclauses of [expr.unary] to match grammar #2773

Closed
zygoloid opened this issue Mar 12, 2019 · 3 comments · Fixed by #2862
Closed

reorder subclauses of [expr.unary] to match grammar #2773

zygoloid opened this issue Mar 12, 2019 · 3 comments · Fixed by #2862
Assignees

Comments

@zygoloid
Copy link
Member

The subclauses of [expr.unary] should be in the same order as the grammar productions. They aren't. Reorder one or both so that they match. (I'm moving the preincrement operators after unary-operators in the grammar as part of merging the coroutines wording, but the relative order of the final four productions still needs to be fixed.)

@jensmaurer
Copy link
Member

Waiting for #2770.

@jensmaurer
Copy link
Member

#2770 is done.

@jensmaurer
Copy link
Member

I think it makes sense to keep sizeof, alignof, noexcept together; they are "compile-time constant functions". It's a "later add-on" mishap that the detailed description of alignof and noexcept are at the end.

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