2
0
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:
Christopher Kohlhoff
2011-06-05 23:21:43 +00:00
parent 0a10f19dbf
commit b91e7a6f65
389 changed files with 52957 additions and 8483 deletions

View File

@@ -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();