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

Fix for issue #648: cpp-netlib 0.12.0 build error with visual studio 2015 and boost 1.60#685

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:masterfromenricodetoma:master
Oct 5, 2016
Merged
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix for issue#648: cpp-netlib 0.12.0 build error with visual studio …
…2015 and boost 1.60
  • Loading branch information
@enricodetoma
enricodetoma committedSep 27, 2016
commitb2fe8ee8feb2c3172a5494ef5a4a26a380f67d24
2 changes: 1 addition & 1 deletionlibs/network/src/server_request_parsers_impl.cpp
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -44,9 +44,9 @@ void parse_version(

void parse_headers(
std::string const& input, std::vector<request_header_narrow>& container) {
using namespace boost::spirit::qi;
u8_to_u32_iterator<std::string::const_iterator> begin = input.begin(),
end = input.end();
using namespace boost::spirit::qi;
typedef as<boost::spirit::traits::u32_string> as_u32_string;
parse(begin, end,
*(+((alnum | punct) - ':') >> lit(": ") >>
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp