json/include/nlohmann
Pratik Chowdhury 21dcd4bd39
Fixes https://github.com/nlohmann/json/issues/1387
In https://github.com/nlohmann/json/issues/1387, a user was facing difficulty because he was using map class.
Map class sorts it's elements on the basis of < function.
Now this meant that the bug existed in inline bool operator<
If you are to look at the Numerics Mentioned beside the comment in the previous code base, you would find that they do not match the one mentioned/implied in enum class value_t
The correction of these values fixes the issue altogether
2018-12-09 16:34:38 +05:30
..
detail Fixes https://github.com/nlohmann/json/issues/1387 2018-12-09 16:34:38 +05:30
adl_serializer.hpp 🚨 fixed some more linter warnings 2018-10-28 09:15:41 +01:00
json_fwd.hpp 🚨 fixed some clang-tidy warnings 2018-10-07 18:39:18 +02:00
json.hpp merge_patch: rename parameter 2018-11-08 10:31:47 +01:00