X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fstrings%2Fregex.h;h=bef5231e4b8a3cc3e1337da11ad682c94b9653db;hp=e830c5bbda253cb111e7e3e07199707c8b884e73;hb=991fabc1956b73a4007859058fb44171000b452e;hpb=122846f0881673770d88eff7d925ecf25c01b62e diff --git a/source/strings/regex.h b/source/strings/regex.h index e830c5b..bef5231 100644 --- a/source/strings/regex.h +++ b/source/strings/regex.h @@ -11,7 +11,7 @@ class bad_regex: public std::logic_error { public: bad_regex(const std::string &, const std::string &, const std::string::const_iterator &); - virtual ~bad_regex() throw() { } + ~bad_regex() throw() override = default; private: std::string make_where(const std::string &, const std::string::const_iterator &);