112c112
< bool operator==(const T &l, const RefCountingPtr<T> &r)
---
> bool operator==(const T *l, const RefCountingPtr<T> &r)
124c124
< bool operator!=(const T &l, const RefCountingPtr<T> &r)
---
> bool operator!=(const T *l, const RefCountingPtr<T> &r)