| 89 | { |
| 90 | string heading() const { return string("<code>parent_<br>path()</code>"); } |
| 91 | string cell_value( const path & p ) const { return p.parent_path().string(); } |
| 92 | } o7; |
| 93 | |
| 94 | struct c8 : public column_base |
nothing calls this directly
no test coverage detected