79269284

Date: 2024-12-10 18:06:16
Score: 2
Natty:
Report link

You have to define operator==(const A& a0, const A& a1) which IS NOT member of class A:

inline bool operator==(const A& a0, const A& a1) const {
    return a0.isEqual(a1);
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Kedan