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

Substatements of if consteval #5633

Merged
merged 1 commit into from Aug 18, 2022
Merged

Substatements of if consteval #5633

merged 1 commit into from Aug 18, 2022

Conversation

brevzin
Copy link
Contributor

@brevzin brevzin commented Jul 21, 2022

As noted here, we talk about the substatements of if consteval, but those are currently defined just in terms of statement whereas if consteval has a compound-statement.

As noted [here](https://lists.isocpp.org/std-discussion/2022/07/1737.php), we talk about the substatements of `if consteval`, but those are currently defined just in terms of _statement_ whereas `if consteval` has a _compound-statement_.
@tkoeppe
Copy link
Contributor

tkoeppe commented Aug 18, 2022

@jensmaurer Is this editorial? It seems straight-forward enough, but it is a normative change.

@jensmaurer
Copy link
Member

I'm not seeing a normative change here, since a compound-statement is a statement. But the fix is a welcome clarification.

@tkoeppe
Copy link
Contributor

tkoeppe commented Aug 18, 2022

I see, thanks! I'll merge this then!

@tkoeppe tkoeppe merged commit fe24762 into cplusplus:main Aug 18, 2022
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

3 participants