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