mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-03 03:41:53 +08:00
Add missing line
This commit is contained in:
parent
de1f85d106
commit
46263f794a
@ -72,6 +72,7 @@ struct dynamic_size_traits<TagSet> : std::true_type {
|
||||
// Guaranteed to be called only once during serialization
|
||||
template <class Context>
|
||||
static void save(uint8_t* out, const TagSet& t, Context& c) {
|
||||
uint8_t *start = out;
|
||||
for (const auto& tag : t.tags) {
|
||||
*(out++) = (uint8_t)tag.size();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user