| 43 | { |
| 44 | string heading() const { return string("<code>generic_<br>string()</code>"); } |
| 45 | string cell_value(const path& p) const { return p.generic_string(); } |
| 46 | } o1; |
| 47 | |
| 48 | struct c2 : public column_base |
nothing calls this directly
no test coverage detected