Don't warn about an unused variable
| 76 | |
| 77 | /// Don't warn about an unused variable |
| 78 | inline self_t __self() { return self; } |
| 79 | |
| 80 | /// base template of operator implementations |
| 81 | template <op_id, op_type, typename B, typename L, typename R> |
nothing calls this directly
no outgoing calls
no test coverage detected