diff --git a/octa/stream.h b/octa/stream.h index c635634..02871a1 100644 --- a/octa/stream.h +++ b/octa/stream.h @@ -27,9 +27,7 @@ enum class StreamSeek { struct StreamRange; -struct Stream: InputRange< - Stream, octa::InputRangeTag, char, char, octa::Size, StreamOffset -> { +struct Stream { using Offset = StreamOffset; virtual ~Stream() {}