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

Commita5598f2

Browse files
committed
Closes#7 -- uses the rule alias to avoid copying.
1 parent910bd1a commita5598f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎boost/network/uri/detail/parse_uri.hpp‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,13 @@ namespace boost { namespace network { namespace uri {
188188
)
189189
);
190190

191-
start %= uri;
192191
uri %=
193192
scheme >>':'
194193
>> hier_part
195194
>> -('?' >> query)
196195
>> -('#' >> fragment);
196+
197+
start %= uri.alias();
197198
}
198199

199200
typedeftypename string<Tag>::type string_type;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp