mirror of
https://github.com/boostorg/coroutine.git
synced 2026-02-09 11:02:35 +00:00
fix exit code of examples
This commit is contained in:
@@ -23,6 +23,10 @@ int main()
|
||||
});
|
||||
auto crange = boost::make_iterator_range(boost::begin(c), boost::end(c));
|
||||
for (auto n : crange) {
|
||||
std::cout << n << std::endl;
|
||||
std::cout << n << " ";
|
||||
}
|
||||
|
||||
std::cout << "\nDone" << std::endl;
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user