You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tzlaine
changed the title
try parse url without scheme results in error
Call out precedence of operator> vs operator>> in docs (was: try parse url without scheme results in error)
Nov 24, 2024
i was trying this nice library out, using the following code try to parse a
url
s with all of the parts optional except thehost
part:if i understand correcly, the
operator -
allows an optional matching; but instead after running i get this error output:parsing a url like 'www.qq.com?a=b' will result the following:
maybe i'm using it wrong ?
The text was updated successfully, but these errors were encountered: