| 107 | }; |
| 108 | |
| 109 | bool operator==(const HashMe &lhs, const HashMe &rhs) { return lhs.member == rhs.member; } |
| 110 | |
| 111 | // Note: Specializing explicit within `namespace std { ... }` is done due to a |
| 112 | // bug in GCC<7. If you are supporting compilers later than this, consider |
nothing calls this directly
no outgoing calls
no test coverage detected