json/include
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
..
nlohmann Fixes https://github.com/nlohmann/json/issues/1387 2018-12-09 16:34:38 +05:30