📝 updated documentation for UBJSON functions

This commit is contained in:
Niels Lohmann 2018-01-22 23:23:17 +01:00
parent 3cca630836
commit 7eabb6ba36
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
10 changed files with 385 additions and 10 deletions

View file

@ -721,7 +721,7 @@ class binary_writer
{
if (add_prefix)
{
oa->write_character(static_cast<CharType>('i')); // uint8
oa->write_character(static_cast<CharType>('i')); // int8
}
write_number(static_cast<uint8_t>(n));
}