]> git.tdb.fi Git - libs/core.git/blobdiff - source/strings/regex.h
Modernize noexcept specifiers
[libs/core.git] / source / strings / regex.h
index e830c5bbda253cb111e7e3e07199707c8b884e73..acc842bc6e969807eac2e156be5ca5161df689d6 100644 (file)
@@ -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 &);