This commit is contained in:
MihailRis
2024-01-27 18:40:36 +03:00
parent 7a18c530c2
commit aef1544e20
2 changed files with 23 additions and 8 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ namespace dynamic {
std::string* str;
double decimal;
int64_t integer;
bool boolean;
uint64_t boolean;
};
class Value {