X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstrings%2Fregmatch.h;h=48f65c6df2b2409403762d0a28f067c8c297b07b;hb=9b38e20254913629a0db40e8eb8e1c42e1728e41;hp=0858e5a8dfc5cec44afba0d308ca45ef3c8d3206;hpb=122846f0881673770d88eff7d925ecf25c01b62e;p=libs%2Fcore.git diff --git a/source/strings/regmatch.h b/source/strings/regmatch.h index 0858e5a..48f65c6 100644 --- a/source/strings/regmatch.h +++ b/source/strings/regmatch.h @@ -40,7 +40,7 @@ private: public: /** Constructs a RegMatch representing a non-match. */ - RegMatch() { } + RegMatch() = default; /** Constructs a new RegMatch from a string and groups. The length and str members of each group are computed and need not be set. Intended to be used