Boost logo

Boost :

From: Alain O' Miniussi (alain.miniussi_at_[hidden])
Date: 2024-04-16 19:03:04


----- On Apr 16, 2024, at 4:41 PM, Vinnie Falco via Boost boost_at_[hidden] wrote:

> 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, that version does not trigger the compiler bug.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk