handling nil fix

This commit is contained in:
vaclavt
2022-01-22 23:03:13 +01:00
parent ea09216550
commit d72b758c59
2 changed files with 2 additions and 3 deletions

View File

@@ -30,7 +30,6 @@ bool regexp_search(const std::string &where, const std::string &regex_str) {
// for (size_t i = 0; i < match.size(); ++i)
// std::cout << i << ": " << match[i] << '\n';
// std::cout << "Suffix: '" << match.suffix() << "\'\n\n";
return true;
}
return false;