diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-07-20 19:08:13 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-07-20 19:08:13 +0200 |
commit | ea00856f9480abca0aa4510e09770d843176ef07 (patch) | |
tree | 964f12db39b6f0cd376f29ddb684e9c8d99e37a2 /modules/io_codec/c++/io_peer.tmpl.hpp | |
parent | f802fb4d988a9b6ebfe49120343561232396cab6 (diff) |
wip
Diffstat (limited to 'modules/io_codec/c++/io_peer.tmpl.hpp')
-rw-r--r-- | modules/io_codec/c++/io_peer.tmpl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/io_codec/c++/io_peer.tmpl.hpp b/modules/io_codec/c++/io_peer.tmpl.hpp index a3ef9b6..2babb1c 100644 --- a/modules/io_codec/c++/io_peer.tmpl.hpp +++ b/modules/io_codec/c++/io_peer.tmpl.hpp @@ -9,7 +9,7 @@ streaming_io_peer<Incoming, Outgoing, Encoding, own<async_io_stream> str) : streaming_io_peer{std::move(feed), std::move(str), {}, {}, {}, {}} {} -template <typename Incoming, typename Outgoing, typename Encoding, typename BufferT> +template <typename Incoming, typename Outgoing, typename TransportEncoding, ContentEncoding, typename BufferT> streaming_io_peer<Incoming, Outgoing, Encoding, BufferT>:: streaming_io_peer( |