mirror of
https://github.com/boostorg/url.git
synced 2026-01-25 06:42:28 +00:00
committed by
Alan de Freitas
parent
f06f595ae7
commit
c97bc2782c
@@ -37,7 +37,7 @@ parse_query(core::string_view s) noexcept
|
||||
return rv.error();
|
||||
return params_encoded_view(
|
||||
detail::query_ref(
|
||||
s.data(), s.size(), rv->size()));
|
||||
s, s.size(), rv->size()));
|
||||
}
|
||||
|
||||
} // urls
|
||||
|
||||
Reference in New Issue
Block a user