100c100
< bool operator==(const RefCountingPtr<T> &l, const RefCountingPtr<T> &r)
---
> inline bool operator==(const RefCountingPtr<T> &l, const RefCountingPtr<T> &r)
104c104
< bool operator==(const RefCountingPtr<T> &l, const T *r)
---
> inline bool operator==(const RefCountingPtr<T> &l, const T *r)
108c108
< bool operator==(const T *l, const RefCountingPtr<T> &r)
---
> inline bool operator==(const T *l, const RefCountingPtr<T> &r)
112c112
< bool operator!=(const RefCountingPtr<T> &l, const RefCountingPtr<T> &r)
---
> inline bool operator!=(const RefCountingPtr<T> &l, const RefCountingPtr<T> &r)
116c116
< bool operator!=(const RefCountingPtr<T> &l, const T *r)
---
> inline bool operator!=(const RefCountingPtr<T> &l, const T *r)
120c120
< bool operator!=(const T *l, const RefCountingPtr<T> &r)
---
> inline bool operator!=(const T *l, const RefCountingPtr<T> &r)