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=ed53009f920cf6b341d1891dbcc6d89ab3229aa6;hp=e830c5bbda253cb111e7e3e07199707c8b884e73;hb=99b9121e2158603372c7313400283b622e6754d8;hpb=30ce69b5cb05712c3a4903b0f397912119c4f1f9 diff --git a/source/strings/regex.h b/source/strings/regex.h index e830c5b..ed53009 100644 --- a/source/strings/regex.h +++ b/source/strings/regex.h @@ -11,7 +11,7 @@ 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() { } + virtual ~bad_regex() throw() = default; private: std::string make_where(const std::string &, const std::string::const_iterator &);