| 9133 | struct AnyGe { |
| 9134 | template <typename A, typename B> |
| 9135 | bool operator()(const A& a, const B& b) const { return a >= b; } |
| 9136 | }; |
| 9137 | |
| 9138 | // A match result listener that ignores the explanation. |
nothing calls this directly
no outgoing calls
no test coverage detected