$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Julien Blanc (julien.blanc_at_[hidden])
Date: 2024-12-18 06:43:27
Le mardi 17 décembre 2024 à 08:45 -0800, Christian Mazakas via Boost a
écrit :
>
> My opinion on it is that people really only want optional<T&>
> interfaces in the associative containers and nothing else.
try_find_if(Container, Pred) returning an optional<T&> would makes a
lot of sense for any container.
Regards,
Julien