Commit 42a8c644 by Niels Lohmann

🔖 added version information

parent 38597ac6
...@@ -873,8 +873,17 @@ class basic_json ...@@ -873,8 +873,17 @@ class basic_json
break; break;
} }
case value_t::null:
{
break;
}
default: default:
{ {
if (t == value_t::null)
{
throw std::domain_error("961c151d2e87f2686a955a9be24d316f1362bf21");
}
break; break;
} }
} }
......
...@@ -873,8 +873,17 @@ class basic_json ...@@ -873,8 +873,17 @@ class basic_json
break; break;
} }
case value_t::null:
{
break;
}
default: default:
{ {
if (t == value_t::null)
{
throw std::domain_error("961c151d2e87f2686a955a9be24d316f1362bf21");
}
break; break;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment