16 Apr
2024
16 Apr
'24
2:41 p.m.
On Tue, Apr 16, 2024 at 7:13 AM Alain O' Miniussi
So,it crashes while looking at
Try changing the function to this (note, I did not test it, so it might have compiler errors but you get the idea): segments_view:: segments_view( core::string_view s) : segments_base( parse_path(s).value( BOOST_URL_POS)) { } The change is to call the base class constructor instead of a delegating constructor. Thanks