$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2024-12-18 09:16:41
On Wed, Dec 18, 2024 at 1:12â¯AM Ivan Matek <libbooze_at_[hidden]> wrote:
> Existing Practice
> We have
> std::basic_string<CharT,Traits,Allocator>::starts_with
> std::basic_string_view<CharT,Traits>::starts_with
>
starts_with returns a bool, while your function returns an optional. Not
comparable.
Thanks