| 134 | |
| 135 | BenchmarkFunction::callable::~callable() = default; |
| 136 | BenchmarkFunction::BenchmarkFunction(): |
| 137 | f( new model<do_nothing>{ {} } ){} |
| 138 | } // namespace Detail |
| 139 | } // namespace Benchmark |
| 140 | } // namespace Catch |
nothing calls this directly
no outgoing calls
no test coverage detected