Switch to side-by-side view
--- a/src/utils/smallut.cpp +++ b/src/utils/smallut.cpp @@ -1240,9 +1240,9 @@ ((flags&SRE_NOSUB) ? regex_constants::nosubs : 0) )), ok(true), nmatch(nm) { } - bool ok; std::regex expr; std::smatch res; + bool ok; int nmatch; };