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

[container.reqmts] Fix stray semicolon in description of expression #6823

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Eisenwave
Copy link
Contributor

According to [structure.specifications] p3.7, a Result is meaningful for expressions, but not statements.

The statement in question is t = v;, which has a Result specification below, which seems erroneous.

Removing the Result specification would have normative effect and doesn't seem like the right resolution anyway, so the semicolon should be removed. This also brings the t = v; in line with the next item, which is t = rv (no semicolon).

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 this pull request may close these issues.

None yet

1 participant