We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dcaa8b commit eff503bCopy full SHA for eff503b
Release/src/http/client/http_client_asio.cpp
@@ -30,7 +30,8 @@
30
#include <boost/asio/ssl.hpp>
31
#include <boost/asio/ssl/error.hpp>
32
#include <boost/asio/steady_timer.hpp>
33
-#include <boost/bind.hpp>
+// Cherry pick https://github.com/microsoft/cpprestsdk/pull/1706
34
+#include <boost/bind/bind.hpp>
35
#if defined(__clang__)
36
#pragma clang diagnostic pop
37
#endif
0 commit comments