14 Oct
2021
14 Oct
'21
1:28 a.m.
On Wed, Oct 13, 2021 at 6:19 PM Vinnie Falco
...
Thinking out loud here, it seems that the segments container models the path as vector< string > When it actually needs to model the container as struct { bool leading_slash; vector< string > }; Should I just add this function void segments::set_absolute( bool path_should_be_absolute ); and keep bool segments::is_absolute() const noexcept; ?