X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fmaputils.h;h=7eae13471accbff5f67803bb1818af6c78b052f5;hb=03862ac4f38db0799872850dc4ab43b88688e4eb;hp=88f47cd367b60c3e85d72d075e59370971295c79;hpb=8223c2aabe26469b6c580a223555496c5c5c5df5;p=libs%2Fcore.git 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 &);