fix
This commit is contained in:
parent
033f12d8e9
commit
44d0a462f6
@ -59,7 +59,7 @@ public:
|
||||
} else if (str == "false") {
|
||||
return false;
|
||||
} else if (str == "none" || str == "nil" || str == "null") {
|
||||
return std::monostate();
|
||||
return dynamic::NONE;
|
||||
}
|
||||
return str;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user