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

ICC fixes#737

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
deanberris merged 1 commit intocpp-netlib:masterfromBlueBrain:master
Oct 17, 2017
Merged

ICC fixes#737

deanberris merged 1 commit intocpp-netlib:masterfromBlueBrain:master
Oct 17, 2017

Conversation

eile
Copy link

@eileeile commentedMar 1, 2017

No description provided.

Copy link
Member

@deanberrisdeanberris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Some changes seem unnecessary and unrelated.

@@ -122,7 +122,7 @@ class basic_client_facade {
} else {
if (boost::empty(content_type_headers)) {
typedef typename char_<Tag>::type char_type;
static char_type content_type[] = "x-application/octet-stream";
static char_type* content_type = "x-application/octet-stream";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Why do you need to make this change?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

It's the same as#738

@@ -227,7 +227,7 @@ class basic_client_facade {
} else {
if (boost::empty(content_type_headers)) {
typedef typename char_<Tag>::type char_type;
static char_type content_type[] = "x-application/octet-stream";
static char_type* content_type = "x-application/octet-stream";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Same here.

@eile
Copy link
Author

eile commentedMar 1, 2017

This is#734 and#738 for master

@tribal-tec
Copy link

#734 is already merged into master (was#729 on 0.13).

@eileeile changed the titleExpose OS-chosen address and port from async_serverICC fixesMar 6, 2017
@eile
Copy link
Author

eile commentedMar 6, 2017

Corrected to only ICC fixes.

@anonimal
Copy link

@deanberris@glynos status?

@deanberris
Copy link
Member

LGTM

I'm not sure this is actually a valid change to make -- I don't understand why ICC isn't able to just initialise the character array with a literal, as that's valid C++. However, if this is something that's actively blocking adoption, then I suppose merging it is fine.

@deanberrisdeanberris merged commitb17bc59 intocpp-netlib:masterOct 17, 2017
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@deanberrisdeanberrisdeanberris requested changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@eile@tribal-tec@anonimal@deanberris

[8]ページ先頭

©2009-2025 Movatter.jp