| 180 | }; |
| 181 | |
| 182 | struct TriangleCopyable { |
| 183 | void draw(std::ostream &out) const { out << "Triangle"; } |
| 184 | }; |
| 185 | |
| 186 | test should_support_movable_only_types = [] { |
| 187 | te::poly<Drawable> drawable = CircleNoncopyable{}; |
nothing calls this directly
no outgoing calls
no test coverage detected