1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-09 11:01:47 +03:00

updated README

This commit is contained in:
Niels
2015-04-26 15:16:07 +02:00
parent 7a32bd22e9
commit f09df96742
3 changed files with 6 additions and 1 deletions

View File

@ -1812,6 +1812,7 @@ class basic_json
{
const auto lhs_type = lhs.type();
const auto rhs_type = rhs.type();
if (lhs_type == rhs_type)
{
switch (lhs_type)
@ -1859,6 +1860,7 @@ class basic_json
{
const auto lhs_type = lhs.type();
const auto rhs_type = rhs.type();
if (lhs_type == rhs_type)
{
switch (lhs_type)