X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstrings%2Fregex.h;h=acc842bc6e969807eac2e156be5ca5161df689d6;hb=3bfc22d12b893d94cbb4697a77b7cababcbbd921;hp=e830c5bbda253cb111e7e3e07199707c8b884e73;hpb=122846f0881673770d88eff7d925ecf25c01b62e;p=libs%2Fcore.git diff --git a/source/strings/regex.h b/source/strings/regex.h index e830c5b..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 &); - virtual ~bad_regex() throw() { } private: std::string make_where(const std::string &, const std::string::const_iterator &);