]> git.tdb.fi Git - libs/core.git/blobdiff - source/strings/regex.h
Modernize noexcept specifiers
[libs/core.git] / source / strings / regex.h
index bef5231e4b8a3cc3e1337da11ad682c94b9653db..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 &);
-       ~bad_regex() throw() override = default;
 
 private:
        std::string make_where(const std::string &, const std::string::const_iterator &);