| 54 | }; |
| 55 | |
| 56 | struct Triangle { |
| 57 | void draw(std::ostream &out) const { out << "Triangle"; } |
| 58 | }; |
| 59 | |
| 60 | test should_erase_the_call = [] { |
| 61 | te::poly<Drawable> drawable{Square{}}; |
nothing calls this directly
no outgoing calls
no test coverage detected