-
- Downloads
RegularExpression: Remove redundant overloads
This also makes RegexMatchResult::start/end to reliably report npos for failed matches. Note that start/end of individual capture groups might still contain data even if the match has failed overall. Issue: cmake/cmake#26629