18 Oct
2021
18 Oct
'21
8:12 p.m.
On Mon, Oct 18, 2021 at 12:38 PM Peter Dimov via Boost
That is, if you have a string, and you construct an URL object from it, then take its state as returned by the accessors, copy it into another empty URL, the resultant string should be the same as the original
Yes, and note that the "absoluteness" of the path is a property of the URL which is reflected in the url API and not the segments: bool url_view::is_path_absolute() const noexcept; bool url::set_path_absolute( bool should_be_absolute ); Thanks