mirror of
https://github.com/nlohmann/json.git
synced 2025-08-07 18:02:57 +03:00
✅ add tests for binary type
This commit is contained in:
@@ -2211,7 +2211,7 @@ class binary_reader
|
||||
{
|
||||
success = false;
|
||||
}
|
||||
return static_cast<uint8_t>(current);
|
||||
return static_cast<std::uint8_t>(current);
|
||||
});
|
||||
return success;
|
||||
}
|
||||
|
Reference in New Issue
Block a user