📝 release preparation

This commit is contained in:
Niels Lohmann 2018-08-18 12:00:14 +02:00
parent 6899fa304c
commit 3811daa8a3
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
7 changed files with 175 additions and 37 deletions

View file

@ -80,8 +80,10 @@ class binary_reader
result = parse_ubjson_internal();
break;
// LCOV_EXCL_START
default:
assert(false); // LCOV_EXCL_LINE
assert(false);
// LCOV_EXCL_STOP
}
// strict mode: next byte must be EOF