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 0d056b4 commit cc1b9e0Copy full SHA for cc1b9e0
1 file changed
example/callcc/throw.cpp
@@ -38,7 +38,7 @@ int main() {
38
c = c.resume_with(
39
[](ctx::continuation && c){
40
throw my_exception(std::move( c), "abc");
41
- return {};
+ return ctx::continuation();
42
});
43
44
std::cout << "main: done" << std::endl;
0 commit comments