| 155 | struct distinct_pred : bool_binop { |
| 156 | distinct_pred(prod *p); |
| 157 | virtual ~distinct_pred() { }; |
| 158 | virtual void out(std::ostream &o) { |
| 159 | o << *lhs << " is distinct from " << *rhs; |
| 160 | } |
nothing calls this directly
no outgoing calls
no test coverage detected