]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/maputils.h
Add no-throw destructors to exception classes that were lacking one
[libs/core.git] / source / core / maputils.h
index 1b36c69569b6973992d381c7d39060e412341c89..9548714658d806fad41614357bc0e60fa8444cdf 100644 (file)
@@ -10,6 +10,7 @@ class key_error: public std::runtime_error
 {
 public:
        key_error(const std::type_info &);
+       ~key_error() throw() { }
 };