| 63 | |
| 64 | public: |
| 65 | basic_object_base() noexcept = default; |
| 66 | basic_object_base(const basic_object_base&) = default; |
| 67 | basic_object_base(basic_object_base&&) = default; |
| 68 | basic_object_base& operator=(const basic_object_base&) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected