Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit82651b6

Browse files
committed
Add missing parameter in abstract class declaration
1 parent918ea9a commit82651b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎boost/network/protocol/http/client/connection/connection_delegate.hpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace http {
1313
namespaceimpl {
1414

1515
structconnection_delegate {
16-
virtualvoidconnect(asio::ip::tcp::endpoint &endpoint,
16+
virtualvoidconnect(asio::ip::tcp::endpoint &endpoint, std::string host,
1717
function<void(system::error_codeconst &)> handler) = 0;
1818
virtualvoidwrite(
1919
asio::streambuf &command_streambuf,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp