]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/third_party/nlohmann-json/doc/examples/operator__less.output
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / third_party / nlohmann-json / doc / examples / operator__less.output
1 [1,2,3] == [1,2,4] true
2 {"A":"a","B":"b"} == {"A":"a","B":"b"} false
3 17 == 17.0000000000001 true
4 "foo" == "bar" false