| 80 | } o5; |
| 81 | |
| 82 | struct c6 : public column_base |
| 83 | { |
| 84 | string heading() const { return string("<code>relative_<br>path()</code>"); } |
| 85 | string cell_value(const path& p) const { return p.relative_path().string(); } |
| 86 | } o6; |
| 87 | |
| 88 | struct c7 : public column_base |
| 89 | { |
nothing calls this directly
no outgoing calls
no test coverage detected