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

[temp.constr.normal]: Missing trailing semicolon after concept definition #5394

Closed
Dani-Hub opened this issue Apr 15, 2022 · 0 comments · Fixed by #5395
Closed

[temp.constr.normal]: Missing trailing semicolon after concept definition #5394

Dani-Hub opened this issue Apr 15, 2022 · 0 comments · Fixed by #5395
Assignees

Comments

@Dani-Hub
Copy link
Member

N4910: In [temp.constr.normal] p3, example 2 we find

[...]
template<typename T> concept C4 = requires (T x) { ++x; }
[...]

The concept definition C4 misses a trailing semicolon in contradiction to grammar as of [temp.concept].

Dani-Hub added a commit to Dani-Hub/draft that referenced this issue Apr 15, 2022
cplusplus#5394 Add missing semicolon in concept definition
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.

1 participant