Commit ea3ff76
[dcl.fct.def.coroutine] Add missing 'noexcept' for final_suspend.
The invocation of final_suspend is guaranteed to be non-throwing,
thus final_suspend in the example needs to be declared 'noexcept'.1 parent ca15543 commit ea3ff76
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6404 | 6404 | | |
6405 | 6405 | | |
6406 | 6406 | | |
6407 | | - | |
| 6407 | + | |
6408 | 6408 | | |
6409 | 6409 | | |
6410 | 6410 | | |
| |||
0 commit comments