mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 18:39:02 +08:00
9d473a6954
* [boost] Update to 1.70.0 * [boost-build] Update to 1.70.0 * [folly][freeopcua][libtorrent][websocketpp] Upgrades/patches to handle boost 1.70 * [boost-variant] Revert to 1.69 due to regression [fizz][folly] Update and fix for boost 1.70 [libsodium] Use CMake buildsystem replacement to enable non-Windows * [wangle] Update. [folly] Avoid linking debug libs in release. * [pcl] Fix compatibility with boost 1.70 * [fizz] Handle merge regression * [arrow] Modernize and fix cmake targets * [boost-type-traits] Update patches for arm64-windows * [boost-locale] Add boost-system and boost-thread as arm64 dependencies * [ompl] Add missing boost-timer dependency
14 lines
396 B
Diff
14 lines
396 B
Diff
diff --git a/src/ip_notifier.cpp b/src/ip_notifier.cpp
|
|
index 37e5623..daa25f8 100644
|
|
--- a/src/ip_notifier.cpp
|
|
+++ b/src/ip_notifier.cpp
|
|
@@ -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())); });
|
|
}
|
|
}
|