some vs2010 fixes

This commit is contained in:
Arvid Norberg
2009-11-22 23:55:54 +00:00
parent d6d577627b
commit 562e2512b9
11 changed files with 24 additions and 14 deletions

View File

@@ -1256,7 +1256,7 @@ namespace libtorrent
{
if (!handler) return;
m_ios.post(bind(handler, ret, j));
m_ios.post(boost::bind(handler, ret, j));
}
enum action_flags_t