UNIT type removed

This commit is contained in:
Vaclav Tvrdik
2021-03-07 18:48:57 +01:00
parent 3d54ed9fb3
commit d54c2ee79b
4 changed files with 17 additions and 54 deletions

View File

@@ -125,8 +125,7 @@ namespace json11 {
////////////////////////
static MlValue ivalualize(NullStruct) {
MlValue null;
return null;
return MlValue::nil();
}
static MlValue ivalualize(double value) {