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

Commit70bc946

Browse files
committed
fix msvc name ambiguity
1 parent8addc74 commit70bc946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎boost/network/protocol/http/server/impl/parsers.ipp

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

5757
BOOST_NETWORK_INLINEvoidparse_headers(
5858
std::stringconst& input, std::vector<request_header_narrow>& container) {
59-
usingnamespaceboost::spirit::qi;
6059
u8_to_u32_iterator<std::string::const_iterator> begin = input.begin(),
6160
end = input.end();
61+
usingnamespaceboost::spirit::qi;
6262
typedef as<boost::spirit::traits::u32_string> as_u32_string;
6363
parse(begin, end,
6464
*(+((alnum | punct) -':') >>lit(":") >>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp