| 7916 | } |
| 7917 | |
| 7918 | StdString::RegexMatcher Matches(std::string const ®ex, CaseSensitive::Choice caseSensitivity) { |
| 7919 | return StdString::RegexMatcher(regex, caseSensitivity); |
| 7920 | } |
| 7921 | |
| 7922 | } // namespace Matchers |
| 7923 | } // namespace Catch |
nothing calls this directly
no test coverage detected