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

Commit04e89f7

Browse files
eileStefan Eilemann
authored and
Stefan Eilemann
committed
ICC fixes (#4)
1 parent3f69107 commit04e89f7

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
@@ -122,7 +122,7 @@ class basic_client_facade {
122122
}else {
123123
if (boost::empty(content_type_headers)) {
124124
typedeftypename char_<Tag>::type char_type;
125-
static char_type content_type[] ="x-application/octet-stream";
125+
static char_type* content_type ="x-application/octet-stream";
126126
request <<header("Content-Type", content_type);
127127
}
128128
}
@@ -227,7 +227,7 @@ class basic_client_facade {
227227
}else {
228228
if (boost::empty(content_type_headers)) {
229229
typedeftypename char_<Tag>::type char_type;
230-
static char_type content_type[] ="x-application/octet-stream";
230+
static char_type* content_type ="x-application/octet-stream";
231231
request <<header("Content-Type", content_type);
232232
}
233233
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp