| 62 | } o2; |
| 63 | |
| 64 | struct c3 : public column_base |
| 65 | { |
| 66 | string heading() const { return string("<code>root_<br>path()</code>"); } |
| 67 | string cell_value(const path& p) const { return p.root_path().string(); } |
| 68 | } o3; |
| 69 | |
| 70 | struct c4 : public column_base |
| 71 | { |
nothing calls this directly
no outgoing calls
no test coverage detected