From a840b20ea339bc134c5e7f77fc08104dd30ed98f Mon Sep 17 00:00:00 2001 From: q66 Date: Sat, 27 Jun 2015 00:59:16 +0100 Subject: [PATCH] forgot to remove inheritance --- octa/stream.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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() {}