| 3375 | |
| 3376 | template<typename ArgT, typename MatcherT> |
| 3377 | auto makeMatchExpr( ArgT const& arg, MatcherT const& matcher, StringRef const& matcherString ) -> MatchExpr<ArgT, MatcherT> { |
| 3378 | return MatchExpr<ArgT, MatcherT>( arg, matcher, matcherString ); |
| 3379 | } |
| 3380 | |
| 3381 | } // namespace Catch |
| 3382 |
nothing calls this directly
no outgoing calls
no test coverage detected