Skip to content

Commit f025f8d

Browse files
committed
[FOLD]
1 parent 3543fa1 commit f025f8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/serializer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ class serializer::impl
474474

475475
const auto rs = filter_->process(
476476
detail::make_span(out_prepare()),
477-
{ tmp_, {} },
477+
{{ {tmp_}, {} }},
478478
more_input_);
479479

480480
if(rs.ec.failed())
@@ -752,7 +752,7 @@ class serializer::impl
752752
auto h_len = chunk_header_len(stats.size);
753753
buffers::mutable_buffer mb(
754754
ws_.reserve_front(h_len), h_len);
755-
write_chunk_header({ mb, {} }, stats.size);
755+
write_chunk_header({{ {mb}, {} }}, stats.size);
756756
prepped_.append(mb);
757757
}
758758
}

0 commit comments

Comments
 (0)