mirror of
https://github.com/boostorg/asio.git
synced 2026-01-28 06:42:08 +00:00
Merge asio from trunk.
[SVN r72428]
This commit is contained in:
@@ -22,7 +22,7 @@ int main()
|
||||
boost::asio::io_service io;
|
||||
|
||||
boost::asio::deadline_timer t(io, boost::posix_time::seconds(5));
|
||||
t.async_wait(print);
|
||||
t.async_wait(&print);
|
||||
|
||||
io.run();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user