| 30 | }; |
| 31 | |
| 32 | [[nodiscard]] auto operator""_benchmark(const char* _name, |
| 33 | decltype(sizeof("")) size) { |
| 34 | return ::benchmark::benchmark{{_name, size}}; |
| 35 | } |
| 36 | |
| 37 | #if defined(__GNUC__) or defined(__clang__) |
| 38 | template <class T> |
nothing calls this directly
no outgoing calls
no test coverage detected