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

[dcl.fct.def.coroutine] p11 Missing "noexcept" on final_suspend in example #4200

Closed
jensmaurer opened this issue Sep 16, 2020 · 0 comments · Fixed by #4201
Closed

[dcl.fct.def.coroutine] p11 Missing "noexcept" on final_suspend in example #4200

jensmaurer opened this issue Sep 16, 2020 · 0 comments · Fixed by #4201

Comments

@jensmaurer
Copy link
Member

[dcl.fct.def.coroutine] p15 says "The expression co_await promise .final_suspend() shall not be potentially-throwing (14.5).", so the example needs to say "noexcept" for the final_suspend declaration.

Reported via e-mail.

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