fix windows build with boost 1.70
This commit is contained in:
parent
039cc4809e
commit
27a49523a3
|
@ -380,7 +380,7 @@ struct ip_change_notifier_impl final : ip_change_notifier
|
|||
}
|
||||
else
|
||||
{
|
||||
m_hnd.get_io_service().post([cb, err]()
|
||||
lt::get_io_service(m_hnd).post([cb, err]()
|
||||
{ cb(error_code(err, system_category())); });
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue