| 8119 | } |
| 8120 | |
| 8121 | StdString::RegexMatcher Matches(std::string const& regex, CaseSensitive::Choice caseSensitivity) { |
| 8122 | return StdString::RegexMatcher(regex, caseSensitivity); |
| 8123 | } |
| 8124 | |
| 8125 | } // namespace Matchers |
| 8126 | } // namespace Catch |
nothing calls this directly
no test coverage detected