We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8fba79 commit a373cddCopy full SHA for a373cdd
util/compact_binary_parser.hh
@@ -70,7 +70,7 @@ struct CompactBinaryParser {
70
return blob.subspan(offset, sz);
71
}
72
73
- constexpr std::pair<size_t, ptrdiff_t> get_size_and_offset(KeyT key) const {
+ constexpr std::pair<DataSizeT, ptrdiff_t> get_size_and_offset(KeyT key) const {
74
auto parsing = blob;
75
76
while (parsing.size() >= sizeof(Header)) {
0 commit comments