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)

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)