diff --git a/SDL2pp/ContainerRWops.hh b/SDL2pp/ContainerRWops.hh index 7803564..ecd4fb6 100644 --- a/SDL2pp/ContainerRWops.hh +++ b/SDL2pp/ContainerRWops.hh @@ -1,6 +1,6 @@ /* libSDL2pp - C++11 bindings/wrapper for SDL2 - Copyright (C) 2014 Dmitry Marakasov + Copyright (C) 2014-2015 Dmitry Marakasov This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -58,11 +58,6 @@ public: ContainerRWops(C& container) : container_(container), position_(0) { } - ContainerRWops(const ContainerRWops&) = default; - ContainerRWops& operator=(const ContainerRWops&) = delete; - ContainerRWops(ContainerRWops&&) noexcept = default; - ContainerRWops& operator=(ContainerRWops&&) = delete; - virtual Sint64 Seek(Sint64 offset, int whence) override { switch (whence) { case RW_SEEK_SET: