✅ add tests for binary type
This commit is contained in:
parent
34430994bf
commit
fff46ea98c
3 changed files with 24 additions and 2 deletions
|
@ -2211,7 +2211,7 @@ class binary_reader
|
|||
{
|
||||
success = false;
|
||||
}
|
||||
return static_cast<uint8_t>(current);
|
||||
return static_cast<std::uint8_t>(current);
|
||||
});
|
||||
return success;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue