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

Commitb2fe8ee

Browse files
committed
Fix for issue#648: cpp-netlib 0.12.0 build error with visual studio 2015 and boost 1.60
1 parent77dc2a2 commitb2fe8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎libs/network/src/server_request_parsers_impl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ void parse_version(
4444

4545
voidparse_headers(
4646
std::stringconst& input, std::vector<request_header_narrow>& container) {
47-
usingnamespaceboost::spirit::qi;
4847
u8_to_u32_iterator<std::string::const_iterator> begin = input.begin(),
4948
end = input.end();
49+
usingnamespaceboost::spirit::qi;
5050
typedef as<boost::spirit::traits::u32_string> as_u32_string;
5151
parse(begin, end,
5252
*(+((alnum | punct) -':') >>lit(":") >>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp