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 84dd2cc commit 2927002Copy full SHA for 2927002
boost/network/protocol/http/client/connection/ssl_delegate.ipp
100644
100755
@@ -33,7 +33,7 @@ void boost::network::http::impl::ssl_delegate::connect(
33
socket_.reset(new asio::ssl::stream<asio::ip::tcp::socket>(service_, *context_));
34
socket_->lowest_layer().async_connect(
35
endpoint,
36
- bind(&boost::network::http::impl::ssl_delegate::handle_connected,
+ ::boost::bind(&boost::network::http::impl::ssl_delegate::handle_connected,
37
boost::network::http::impl::ssl_delegate::shared_from_this(),
38
asio::placeholders::error,
39
handler));
0 commit comments