mirror of
https://github.com/boostorg/asio.git
synced 2026-01-23 17:32:07 +00:00
Use std::endl in tutorial to ensure output is flushed.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
void print(const boost::system::error_code& /*e*/)
|
||||
{
|
||||
std::cout << "Hello, world!\n";
|
||||
std::cout << "Hello, world!" << std::endl;
|
||||
}
|
||||
|
||||
int main()
|
||||
|
||||
Reference in New Issue
Block a user