We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242a5d6 commit 2b27a58Copy full SHA for 2b27a58
1 file changed
src_zlib/service/stream_cast.hpp
@@ -67,6 +67,7 @@ struct stream_cast_impl
67
zs_.next_out = st_.next_out;
68
zs_.avail_out = st_.avail_out;
69
zs_.total_out = st_.total_out;
70
+ zs_.msg = nullptr;
71
zs_.state = reinterpret_cast<
72
internal_state*>(st_.state);
73
zs_.zalloc = st_.zalloc;
@@ -110,7 +111,7 @@ struct stream_cast_impl
110
111
//------------------------------------------------
112
113
template<>
-struct stream_cast_impl<false>
114
+struct stream_cast_impl<true>
115
{
116
explicit
117
stream_cast_impl(
0 commit comments