X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fstrings%2Ffmt.h;fp=source%2Fstrings%2Ffmt.h;h=d6db418f990a41089f41e8e60745e424327e3ca3;hp=45ae91749c5e3b51ae19b1ebc4dbec8d1627f4d5;hb=3bfc22d12b893d94cbb4697a77b7cababcbbd921;hpb=7c6c92800088e8b5d8b33ef17017b595ee7efef5 diff --git a/source/strings/fmt.h b/source/strings/fmt.h index 45ae917..d6db418 100644 --- a/source/strings/fmt.h +++ b/source/strings/fmt.h @@ -11,7 +11,6 @@ class format_error: public std::logic_error { public: format_error(const std::string &w): std::logic_error(w) { } - ~format_error() throw() override = default; };