It seems that this bug is fixed in the version 18.x of the cray compiler. ----- On Apr 16, 2024, at 4:41 PM, Vinnie Falco via Boost boost@lists.boost.org wrote:
On Tue, Apr 16, 2024 at 7:13 AM Alain O' Miniussi
wrote: 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
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost