| 266 | return std::make_shared<SftVirtDerived2>(); |
| 267 | } |
| 268 | std::string name() override { return "SftVirtDerived2"; } |
| 269 | std::string call_name(const std::shared_ptr<SftVirtDerived2> &d2) { return d2->name(); } |
| 270 | }; |
| 271 |
no outgoing calls
no test coverage detected