Skip to content

Commit 2927002

Browse files
AmaiSaetaglynos
authored andcommitted
Add a '::boost::' namespace specifier for fixing up a compile-error at Visual C++ 2010.
1 parent 84dd2cc commit 2927002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boost/network/protocol/http/client/connection/ssl_delegate.ipp

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ void boost::network::http::impl::ssl_delegate::connect(
3333
socket_.reset(new asio::ssl::stream<asio::ip::tcp::socket>(service_, *context_));
3434
socket_->lowest_layer().async_connect(
3535
endpoint,
36-
bind(&boost::network::http::impl::ssl_delegate::handle_connected,
36+
::boost::bind(&boost::network::http::impl::ssl_delegate::handle_connected,
3737
boost::network::http::impl::ssl_delegate::shared_from_this(),
3838
asio::placeholders::error,
3939
handler));

0 commit comments

Comments
 (0)