| 68 | } o3; |
| 69 | |
| 70 | struct c4 : public column_base |
| 71 | { |
| 72 | string heading() const { return string("<code>root_<br>name()</code>"); } |
| 73 | string cell_value( const path & p ) const { return p.root_name().string(); } |
| 74 | } o4; |
| 75 | |
| 76 | struct c5 : public column_base |
| 77 | { |
nothing calls this directly
no outgoing calls
no test coverage detected