$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2024-12-07 16:28:56
On Sat, Dec 7, 2024 at 8:16â¯AM Peter Dimov via Boost <boost_at_[hidden]>
wrote:
> The other subtlety here is that boost::json::object should be considered
> an unordered range, rather than an ordinary range.
Why?
> It doesn't expose
> a `hasher` typedef, which is the heuristic is_unordered_range uses, but
> it already specializes is_unordered_range here:
Should we add a hasher typedef?
Thanks