From 5d0b98fb46b1aba137677d45b3c74726143eb6fa Mon Sep 17 00:00:00 2001 From: ljfa-ag Date: Tue, 15 Sep 2015 14:25:23 +0200 Subject: Copying and moving is implicitly disabled anyway --- include/io/izlibstream.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/io/izlibstream.h b/include/io/izlibstream.h index edf632eddf..4e9dc9c1ee 100644 --- a/include/io/izlibstream.h +++ b/include/io/izlibstream.h @@ -47,10 +47,6 @@ public: explicit inflate_streambuf(std::istream& input, size_t bufsize = 32768, int window_bits = 32 + 15); ~inflate_streambuf() noexcept; - //No copying or moving - inflate_streambuf(const inflate_streambuf&) = delete; - inflate_streambuf& operator=(const inflate_streambuf&) = delete; - ///@return the wrapped istream std::istream& get_istr() const { return is; } -- cgit 0.0.5-2-1-g0f52