diff --git a/example/v2/echosse.cpp b/example/v2/echosse.cpp index 635e812..14e6389 100644 --- a/example/v2/echosse.cpp +++ b/example/v2/echosse.cpp @@ -30,6 +30,7 @@ boost::context::execution_context< int > echo( boost::context::execution_context std::cout << " "; std::tie( ctx, i) = ctx( 0); } + return ctx; } int main( int argc, char * argv[]) {