]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/variant.h
Modernize noexcept specifiers
[libs/core.git] / source / core / variant.h
index af204f2233f3c7759665a0f6b729bd52459d4326..eaf5a34e171ea3423018548a189f7fd8e250ba9a 100644 (file)
@@ -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;
 };