| 22 | class shared_ref { |
| 23 | public: |
| 24 | shared_ref(const shared_ref&) = default; |
| 25 | shared_ref(shared_ref&&) = default; |
| 26 | shared_ref& operator=(const shared_ref&) = default; |
| 27 | shared_ref& operator=(shared_ref&&) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected