dummy values here
| 25 | |
| 26 | // dummy values here |
| 27 | bool Legacy::operator==(const Legacy&) const |
| 28 | { |
| 29 | return true; |
| 30 | } |
| 31 | bool Legacy::operator<(const Legacy&) const |
| 32 | { |
| 33 | return true; |
nothing calls this directly
no outgoing calls
no test coverage detected