X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fvariant.h;fp=source%2Fcore%2Fvariant.h;h=eaf5a34e171ea3423018548a189f7fd8e250ba9a;hp=af204f2233f3c7759665a0f6b729bd52459d4326;hb=3bfc22d12b893d94cbb4697a77b7cababcbbd921;hpb=7c6c92800088e8b5d8b33ef17017b595ee7efef5 diff --git a/source/core/variant.h b/source/core/variant.h index af204f2..eaf5a34 100644 --- a/source/core/variant.h +++ b/source/core/variant.h @@ -12,7 +12,6 @@ class type_mismatch: public std::runtime_error { public: type_mismatch(const std::type_info &, const std::type_info &); - ~type_mismatch() throw() override = default; };