| 74 | } o4; |
| 75 | |
| 76 | struct c5 : public column_base |
| 77 | { |
| 78 | string heading() const { return string("<code>root_<br>directory()</code>"); } |
| 79 | string cell_value(const path& p) const { return p.root_directory().string(); } |
| 80 | } o5; |
| 81 | |
| 82 | struct c6 : public column_base |
| 83 | { |
nothing calls this directly
no outgoing calls
no test coverage detected