X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fstrings%2Fregmatch.h;fp=source%2Fstrings%2Fregmatch.h;h=48f65c6df2b2409403762d0a28f067c8c297b07b;hp=0858e5a8dfc5cec44afba0d308ca45ef3c8d3206;hb=99b9121e2158603372c7313400283b622e6754d8;hpb=30ce69b5cb05712c3a4903b0f397912119c4f1f9 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