X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fmaputils.h;fp=source%2Fcore%2Fmaputils.h;h=7eae13471accbff5f67803bb1818af6c78b052f5;hp=88f47cd367b60c3e85d72d075e59370971295c79;hb=99b9121e2158603372c7313400283b622e6754d8;hpb=30ce69b5cb05712c3a4903b0f397912119c4f1f9 diff --git a/source/core/maputils.h b/source/core/maputils.h index 88f47cd..7eae134 100644 --- a/source/core/maputils.h +++ b/source/core/maputils.h @@ -47,7 +47,7 @@ public: runtime_error(make_what(typeid(T), MapUtilsInternal::stringify_key(k))) { } - virtual ~key_error() throw() { } + virtual ~key_error() throw() = default; private: static std::string make_what(const std::type_info &, const std::string &);