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