]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/maputils.h
Mark constructors and destructors as default where appropriate
[libs/core.git] / source / core / maputils.h
index 88f47cd367b60c3e85d72d075e59370971295c79..7eae13471accbff5f67803bb1818af6c78b052f5 100644 (file)
@@ -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 &);