mirror of
https://github.com/boostorg/context.git
synced 2026-01-19 04:02:17 +00:00
return context in example echosse
This commit is contained in:
@@ -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[]) {
|
||||
|
||||
Reference in New Issue
Block a user