| 83 | { |
| 84 | string heading() const { return string("<code>relative_<br>path()</code>"); } |
| 85 | string cell_value( const path & p ) const { return p.relative_path().string(); } |
| 86 | } o6; |
| 87 | |
| 88 | struct c7 : public column_base |
nothing calls this directly
no test coverage detected