mirror of
https://github.com/nlohmann/json.git
synced 2025-07-12 09:21:42 +03:00
🚧 bug fixes and more tests
This commit is contained in:
@ -6490,8 +6490,8 @@ class basic_json
|
||||
v.push_back(0x3b);
|
||||
add_to_vector(v, 8, positive_number);
|
||||
}
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
case value_t::number_unsigned:
|
||||
|
Reference in New Issue
Block a user