mirror of
https://github.com/boostorg/coroutine.git
synced 2026-02-10 11:22:32 +00:00
fix exit code of examples
This commit is contained in:
@@ -63,5 +63,7 @@ int main( int argc, char * argv[])
|
||||
|
||||
boost::thread( thread_fn).join();
|
||||
|
||||
std::cout << "Done" << std::endl;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user