2
0
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:
Oliver Kowalke
2016-02-23 18:58:29 +01:00
parent af3bfacb23
commit e753ad4846

View File

@@ -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[]) {