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