| 244 | SharedFromThisVBase() = default; |
| 245 | SharedFromThisVBase(const SharedFromThisVBase &) = default; |
| 246 | virtual ~SharedFromThisVBase() = default; |
| 247 | }; |
| 248 | struct SharedFromThisVirt : virtual SharedFromThisVBase {}; |
| 249 |
nothing calls this directly
no outgoing calls
no test coverage detected