mirror of
https://github.com/nlohmann/json.git
synced 2026-05-10 16:25:24 +00:00
90273e930c
We totally forgot to implement the comparison operators other than == and != for scalar types. Consequently, comparing a JSON value with a scalar type led to compile errors.