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

Commitf17d305

Browse files
authored
Merge pull request#738 from BlueBrain/0.13-release
ICC fixes
2 parents55e920c +831be70 commitf17d305

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
@@ -131,7 +131,7 @@ class basic_client_facade {
131131
}else {
132132
if (boost::empty(content_type_headers)) {
133133
typedeftypename char_<Tag>::type char_type;
134-
static char_type content_type[] ="x-application/octet-stream";
134+
static char_typeconstcontent_type[] ="x-application/octet-stream";
135135
request <<header("Content-Type", content_type);
136136
}
137137
}
@@ -236,7 +236,7 @@ class basic_client_facade {
236236
}else {
237237
if (boost::empty(content_type_headers)) {
238238
typedeftypename char_<Tag>::type char_type;
239-
static char_type content_type[] ="x-application/octet-stream";
239+
static char_typeconstcontent_type[] ="x-application/octet-stream";
240240
request <<header("Content-Type", content_type);
241241
}
242242
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp