X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fstrings%2Fregex.h;fp=source%2Fstrings%2Fregex.h;h=acc842bc6e969807eac2e156be5ca5161df689d6;hp=bef5231e4b8a3cc3e1337da11ad682c94b9653db;hb=3bfc22d12b893d94cbb4697a77b7cababcbbd921;hpb=7c6c92800088e8b5d8b33ef17017b595ee7efef5 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 &);