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

Commitd1d393e

Browse files
committed
Fixed build errors on MSVC 2010.
1 parentd51f453 commitd1d393e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎boost/network/protocol/http/client/facade.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ namespace boost { namespace network { namespace http {
6363
return pimpl->request_skeleton(request,"POST",true, body_handler);
6464
}
6565

66-
responseconstpost(requestconst &request,body_callback_function callback) {
66+
responseconstpost(requestconst &request,body_callback_function_type callback) {
6767
returnpost(request,string_type(),string_type(), callback);
6868
}
6969

70-
responseconstpost(requestconst &request, string_typeconst &body,body_callback_function callback) {
70+
responseconstpost(requestconst &request, string_typeconst &body,body_callback_function_type callback) {
7171
returnpost(request, body,string_type(), callback);
7272
}
7373

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp