
7 Dec
2024
7 Dec
'24
4:33 p.m.
On Sat, Dec 7, 2024 at 8:28 AM Vinnie Falco
On Sat, Dec 7, 2024 at 8:16 AM Peter Dimov via Boost < boost@lists.boost.org> 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