| 175 | |
| 176 | protected: |
| 177 | virtual ~MyObject4a() { |
| 178 | pointer_set<MyObject4a>().erase(this); |
| 179 | print_destroyed(this); |
| 180 | } |
| 181 | }; |
| 182 | |
| 183 | // Object derived but with public destructor and no Deleter in default holder |
nothing calls this directly
no test coverage detected