♻️ refactored code to split headers
This commit is contained in:
parent
1b54d4a5aa
commit
c772c01a48
4 changed files with 671 additions and 20 deletions
|
|
@ -6409,7 +6409,7 @@ class binary_writer
|
|||
write_number(static_cast<uint32_t>(N));
|
||||
}
|
||||
// LCOV_EXCL_START
|
||||
else if (N <= (std::numeric_limits<uint32_t>::max)())
|
||||
else if (N <= (std::numeric_limits<uint64_t>::max)())
|
||||
{
|
||||
oa->write_character(static_cast<CharType>(0xBB));
|
||||
write_number(static_cast<uint64_t>(N));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue