X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fio%2Fzlibcompressed.h;h=67cd6731de1f317c34a8d76abf79afd26096bdf0;hb=95a005d09584925e1d865caea57b9352c0770b00;hp=eb35f6ce1b8c7c7b33e25cf86f39d36f83b8f782;hpb=991fabc1956b73a4007859058fb44171000b452e;p=libs%2Fcore.git diff --git a/source/io/zlibcompressed.h b/source/io/zlibcompressed.h index eb35f6c..67cd673 100644 --- a/source/io/zlibcompressed.h +++ b/source/io/zlibcompressed.h @@ -16,9 +16,8 @@ private: public: zlib_error(const std::string &, int); - ~zlib_error() throw() override = default; - int code() const throw() { return m_code; } + int code() const noexcept { return m_code; } }; /**