We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca15543 commit ea3ff76Copy full SHA for ea3ff76
source/declarations.tex
@@ -6404,7 +6404,7 @@
6404
static auto get_return_object_on_allocation_failure() { return generator{nullptr}; }
6405
auto get_return_object() { return generator{handle::from_promise(*this)}; }
6406
auto initial_suspend() { return std::suspend_always{}; }
6407
- auto final_suspend() { return std::suspend_always{}; }
+ auto final_suspend() noexcept { return std::suspend_always{}; }
6408
void unhandled_exception() { std::terminate(); }
6409
void return_void() {}
6410
auto yield_value(int value) {
0 commit comments