mirror of
https://github.com/nlohmann/json.git
synced 2026-05-16 03:05:23 +00:00
📝 release preparation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user