| 196 | |
| 197 | template<class U> |
| 198 | bool owner_before(const shared_ptr<U>& other) const |
| 199 | { |
| 200 | return payload_ < other.payload_; |
| 201 | } |
| 202 | |
| 203 | template<class U> |
| 204 | bool owner_before(const weak_ptr<U>& other) const |
no outgoing calls
no test coverage detected