| 86 | } o6; |
| 87 | |
| 88 | struct c7 : public column_base |
| 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 |
| 95 | { |
nothing calls this directly
no outgoing calls
no test coverage detected