updated README
This commit is contained in:
parent
7a32bd22e9
commit
f09df96742
3 changed files with 6 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue