$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:33:20
On Sat, Dec 7, 2024 at 8:28â¯AM Vinnie Falco <vinnie.falco_at_[hidden]> wrote:
> 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?
>
Nevermind...it should be unordered because equality is independent of the
ordering of elements (and json::object preserves order)
Thanks